1996-03-25 10:12:10 +00:00
|
|
|
# New ports collection makefile for: tinyfugue
|
1999-03-22 12:49:50 +00:00
|
|
|
# Version required: 4.0s1
|
1997-01-30 08:42:22 +00:00
|
|
|
# Date created: 4 January 1997
|
1996-03-25 10:12:10 +00:00
|
|
|
# Whom: mike@binghamton.edu
|
|
|
|
#
|
1999-03-24 19:31:53 +00:00
|
|
|
# $Id: Makefile,v 1.17 1999/03/22 12:49:50 jseger Exp $
|
1996-03-25 10:12:10 +00:00
|
|
|
#
|
|
|
|
|
1999-03-22 12:49:50 +00:00
|
|
|
DISTNAME= tf-40s1
|
|
|
|
PKGNAME= tf-4.0s1
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= net games
|
1999-03-22 12:49:50 +00:00
|
|
|
MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \
|
|
|
|
ftp://laurel.actlab.utexas.edu/pub/tinyfugue/ \
|
|
|
|
ftp://ftp.ci.uminho.pt/pub/mirrors/tinyfugue/
|
1996-03-25 10:12:10 +00:00
|
|
|
|
1997-11-23 17:56:22 +00:00
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
1996-03-25 10:12:10 +00:00
|
|
|
|
1999-01-15 02:41:44 +00:00
|
|
|
.if defined(PARALLEL_PACKAGE_BUILD)
|
|
|
|
BROKEN= tries to cd to directory that do not exist yet
|
|
|
|
.endif
|
|
|
|
|
1998-12-11 23:55:05 +00:00
|
|
|
PLIST_SUB= DISTNAME=${DISTNAME}
|
|
|
|
|
1997-01-30 08:42:22 +00:00
|
|
|
MAKEFILE= ${WRKSRC}/unix/Makefile
|
1998-07-26 03:15:46 +00:00
|
|
|
MAKE_ENV= TFVER=${DISTNAME:S/^tf-//}
|
1996-03-25 10:12:10 +00:00
|
|
|
|
1998-08-21 03:06:54 +00:00
|
|
|
MAN1= tf.1
|
1996-03-25 10:12:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|