freebsd-ports/net/tinyfugue/Makefile

30 lines
630 B
Makefile
Raw Normal View History

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