1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/tinyfugue/Makefile
Satoshi Asami 24e0c17eb5 Mark it broken for parallel building case, it tries to do something cute
with installation directories in configure (and they don't exist at that point).
1999-01-15 02:41:44 +00:00

28 lines
574 B
Makefile

# New ports collection makefile for: tinyfugue
# Version required: 4.0g2
# Date created: 4 January 1997
# Whom: mike@binghamton.edu
#
# $Id: Makefile,v 1.14 1998/12/11 23:55:05 jseger Exp $
#
DISTNAME= tf-40g2
PKGNAME= tf-4.0g2
CATEGORIES= net games
MASTER_SITES= ftp://tf.tcp.com/pub/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
MAKE_ENV= TFVER=${DISTNAME:S/^tf-//}
MAN1= tf.1
.include <bsd.port.mk>