blob: c0d4976d648c2c155fc2198fd54ee3156755a5bb (
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
25
26
|
# New ports collection makefile for: tinyfugue
# Date created: 4 January 1997
# Whom: mike@binghamton.edu
#
# $FreeBSD$
#
PORTNAME= tf
PORTVERSION= 5.0b2
CATEGORIES= net games
MASTER_SITES= http://ftp.tcp.com/pub/mud/Clients/tinyfugue/ \
ftp://ftp.minet.uni-jena.de/pub/tf/
DISTVERSION= ${PORTVERSION:S/.//}
DISTNAME= ${PORTNAME}-${DISTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= A popular programmable MUD client, with macro support and more
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-manpage --enable-version
PLIST_SUB= DISTNAME=${DISTNAME}
MAN1= tf.1
.include <bsd.port.mk>
|