1996-03-25 11:12:10 +01:00
|
|
|
# New ports collection makefile for: tinyfugue
|
1997-01-30 09:42:22 +01:00
|
|
|
# Date created: 4 January 1997
|
1996-03-25 11:12:10 +01:00
|
|
|
# Whom: mike@binghamton.edu
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1996-03-25 11:12:10 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= tf
|
2007-04-22 06:53:08 +02:00
|
|
|
PORTVERSION= 5.0b8
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= net games
|
2007-04-22 06:53:08 +02:00
|
|
|
MASTER_SITES= SF
|
|
|
|
MASTER_SITE_SUBDIR= tinyfugue
|
2003-12-18 19:56:30 +01:00
|
|
|
DISTVERSION= ${PORTVERSION:S/.//}
|
|
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}
|
1996-03-25 11:12:10 +01:00
|
|
|
|
2002-01-07 21:26:38 +01:00
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
2003-02-18 12:54:10 +01:00
|
|
|
COMMENT= A popular programmable MUD client, with macro support and more
|
1996-03-25 11:12:10 +01:00
|
|
|
|
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
|
1998-12-12 00:55:05 +01:00
|
|
|
|
2003-11-11 15:18:48 +01:00
|
|
|
PLIST_SUB= DISTNAME=${DISTNAME}
|
1996-03-25 11:12:10 +01:00
|
|
|
|
2003-11-11 15:18:48 +01:00
|
|
|
.include <bsd.port.mk>
|