aboutsummaryrefslogtreecommitdiffstats
path: root/net/tinyfugue/Makefile
blob: e4911b94d44c464c9e77a21b29d02c9f1c77c3c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    tinyfugue
# Version required: 4.0a4
# Date created:     4 January 1997
# Whom:         mike@binghamton.edu
#
# $Id: Makefile,v 1.6 1997/11/23 17:54:50 jseger Exp $
#

DISTNAME=   tf-40a4
PKGNAME=    tf-4.0a4
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_ARGS=  TFVER=${DISTNAME:S/^tf-//}

.include <bsd.port.mk>