summaryrefslogtreecommitdiff
path: root/net/tinyfugue/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-07-26 03:15:46 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-07-26 03:15:46 +0000
commit6aab06b9ef2f97972a2a8191d95dbe95d647ad99 (patch)
treeb1cfb92806560ca7406ca282e7f5f19a0044fd37 /net/tinyfugue/Makefile
parentAdded @dirrm directives. (diff)
Upgrade to 4.0a11.
Notes
Notes: svn path=/head/; revision=12130
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r--net/tinyfugue/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile
index 147f41f824b2..3502902ed679 100644
--- a/net/tinyfugue/Makefile
+++ b/net/tinyfugue/Makefile
@@ -1,24 +1,27 @@
# New ports collection makefile for: tinyfugue
-# Version required: 4.0a7
+# Version required: 4.0a11
# Date created: 4 January 1997
# Whom: mike@binghamton.edu
#
-# $Id: Makefile,v 1.8 1998/04/11 04:21:19 jseger Exp $
+# $Id: Makefile,v 1.9 1998/04/26 13:15:03 jseger Exp $
#
-DISTNAME= tf-40a7
-PKGNAME= tf-4.0a7
+DISTNAME= tf-40a11
+PKGNAME= tf-4.0a11
CATEGORIES= net games
MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \
ftp://laurel.actlab.utexas.edu/pub/tinyfugue/
MAINTAINER= jseger@FreeBSD.org
-MAN1= tf.1
MAKEFILE= ${WRKSRC}/unix/Makefile
-ALL_TARGET= ${MAKE_ARGS} all
-INSTALL_TARGET= ${MAKE_ARGS} install
+MAKE_ENV= TFVER=${DISTNAME:S/^tf-//}
+#ALL_TARGET= ${MAKE_ARGS} all
+#INSTALL_TARGET= ${MAKE_ARGS} install
-MAKE_ARGS= TFVER=${DISTNAME:S/^tf-//}
+post-install:
+ ${LN} -s ${PREFIX}/bin/${DISTNAME} ${PREFIX}/bin/tf
+
+#MAKE_ARGS= TFVER=${DISTNAME:S/^tf-//}
.include <bsd.port.mk>