diff options
author | asami <asami@FreeBSD.org> | 1996-03-25 10:12:10 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-25 10:12:10 +0000 |
commit | dfe6305de1705cf4f3572588f351376209b3b90a (patch) | |
tree | 8f08529ca0f3002ea09cf163e87e85231d47117b /net/tinyfugue/Makefile | |
parent | f0b6c4b8b64823018b3dc4d0b40f349f3b238e2d (diff) | |
download | FreeBSD-ports-dfe6305de1705cf4f3572588f351376209b3b90a.zip FreeBSD-ports-dfe6305de1705cf4f3572588f351376209b3b90a.tar.gz |
A popular programmable MUD client, with macro support and more.
Submitted by: Mike Peck (mike@binghamton.edu)
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r-- | net/tinyfugue/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile new file mode 100644 index 0000000..b65152c --- /dev/null +++ b/net/tinyfugue/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: tinyfugue +# Version required: 3.5a16 +# Date created: 22 Mar 1996 +# Whom: mike@binghamton.edu +# +# $Id$ +# + +DISTNAME= tf-35a16 +CATEGORIES+= net games +MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \ + ftp://ftp.tcp.com/pub/mud/Clients/tf/ \ + ftp://ftp7.freebsd.org/pub/tf/ + +MAINTAINER= mike@binghamton.edu + +# Here's my cute little hack to make it use its proprietary +# program thing insteada make. :) This is probably a stupid way +# to do it so email me if you know of a better way. + +USE_GMAKE=yes +GMAKE= ./unixmake + +.include <bsd.port.mk> + +BUILD_DEPENDS= |