blob: e9c389934b28a7398cc8e7c916d7898e34e9d27e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: xfrisk
# Date created: 20 April 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#
PORTNAME= xfrisk
PORTVERSION= 1.00
CATEGORIES= games
MASTER_SITES= $(MASTER_SITE_XCONTRIB)
MASTER_SITE_SUBDIR= games/multiplayer
DISTNAME= XFrisk-${PORTVERSION}
MAINTAINER= mph@freebsd.org
NO_CDROM= Possible trademark infringement
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
pre-configure:
${TOUCH} ${WRKSRC}/types.h
.include <bsd.port.mk>
|