freebsd-ports/net/tinyfugue/Makefile

25 lines
568 B
Makefile
Raw Normal View History

# New ports collection makefile for: tinyfugue
# Date created: 4 January 1997
# Whom: mike@binghamton.edu
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= tf
PORTVERSION= 5.0b8
CATEGORIES= net games
MASTER_SITES= SF
MASTER_SITE_SUBDIR= tinyfugue
2003-12-18 19:56:30 +01:00
DISTVERSION= ${PORTVERSION:S/.//}
DISTNAME= ${PORTNAME}-${DISTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= A popular programmable MUD client, with macro support and more
2003-11-11 15:18:48 +01:00
GNU_CONFIGURE= yes
2005-11-23 17:12:03 +01:00
CONFIGURE_ARGS= --enable-manpage --enable-version --enable-symlink --datadir=${PREFIX}/lib
2003-11-11 15:18:48 +01:00
PLIST_SUB= DISTNAME=${DISTNAME}
2003-11-11 15:18:48 +01:00
.include <bsd.port.mk>