1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/tinyfugue/Makefile
Max Khon a627cb8874 Update to 5.0b6
PR:		72767
2004-11-05 09:32:49 +00:00

27 lines
589 B
Makefile

# New ports collection makefile for: tinyfugue
# Date created: 4 January 1997
# Whom: mike@binghamton.edu
#
# $FreeBSD$
#
PORTNAME= tf
PORTVERSION= 5.0b6
CATEGORIES= net games
MASTER_SITES= http://ftp.tcp.com/pub/mud/Clients/tinyfugue/ \
ftp://tf.tcp.com/pub/tinyfugue/
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>