openbsd-ports/net/tinyfugue/Makefile

34 lines
801 B
Makefile
Raw Normal View History

1999-03-10 22:15:09 -05:00
# New ports collection makefile for: tinyfugue
# Version required: 4.0s1
# Date created: Thu Jul 16 10:23:11 PDT 1998
# Whom: downsj@openbsd.org
1998-07-16 13:30:29 -04:00
#
1999-03-10 22:15:09 -05:00
# From FreeBSD:
1998-07-16 13:30:29 -04:00
# Date created: 4 January 1997
# Whom: mike@binghamton.edu
#
1999-03-10 22:15:09 -05:00
# $OpenBSD: Makefile,v 1.2 1999/03/11 03:15:09 downsj Exp $
# $FreeBSD: Makefile,v 1.16 1999/02/16 03:06:21 jseger Exp $
1998-07-16 13:30:29 -04:00
#
1999-03-10 22:15:09 -05:00
DISTNAME= tf-40s1
PKGNAME= tf-4.0s1
CATEGORIES= net games
1998-07-16 13:30:29 -04:00
MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \
1999-03-10 22:15:09 -05:00
ftp://ftp.demon.co.uk/pub/games/mud/
1998-07-16 13:30:29 -04:00
MAINTAINER= downsj@openbsd.org
1999-03-10 22:15:09 -05:00
.if defined(PARALLEL_PACKAGE_BUILD)
BROKEN= tries to cd to directory that do not exist yet
.endif
PLIST_SUB= DISTNAME=${DISTNAME}
1998-07-16 13:30:29 -04:00
MAKEFILE= ${WRKSRC}/unix/Makefile
1999-03-10 22:15:09 -05:00
MAKE_ENV= TFVER=${DISTNAME:S/^tf-//}
1998-07-16 13:30:29 -04:00
1999-03-10 22:15:09 -05:00
MAN1= tf.1
1998-07-16 13:30:29 -04:00
.include <bsd.port.mk>