1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/tinyfugue/Makefile

28 lines
656 B
Makefile
Raw Normal View History

# New ports collection makefile for: tinyfugue
1998-07-26 03:15:46 +00:00
# Version required: 4.0a11
# Date created: 4 January 1997
# Whom: mike@binghamton.edu
#
1998-07-26 03:15:46 +00:00
# $Id: Makefile,v 1.9 1998/04/26 13:15:03 jseger Exp $
#
1998-07-26 03:15:46 +00:00
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
MAKEFILE= ${WRKSRC}/unix/Makefile
1998-07-26 03:15:46 +00:00
MAKE_ENV= TFVER=${DISTNAME:S/^tf-//}
#ALL_TARGET= ${MAKE_ARGS} all
#INSTALL_TARGET= ${MAKE_ARGS} install
1998-07-26 03:15:46 +00:00
post-install:
${LN} -s ${PREFIX}/bin/${DISTNAME} ${PREFIX}/bin/tf
#MAKE_ARGS= TFVER=${DISTNAME:S/^tf-//}
.include <bsd.port.mk>