diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-02-18 11:54:10 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-02-18 11:54:10 +0000 |
commit | f02ec60ba913b8f383689b014bc5bd0108d3c1bc (patch) | |
tree | 10a94be111e5da3b55546451859b3a1c118910e9 /net/tinyfugue | |
parent | 7e97d531b4bade0bc002d2bbaa6469cfa700dff0 (diff) | |
download | ports-f02ec60ba913b8f383689b014bc5bd0108d3c1bc.tar.gz ports-f02ec60ba913b8f383689b014bc5bd0108d3c1bc.zip |
Notes
Diffstat (limited to 'net/tinyfugue')
-rw-r--r-- | net/tinyfugue/Makefile | 9 | ||||
-rw-r--r-- | net/tinyfugue/pkg-comment | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index 488cf00d8ef7..f8bc3f44ea80 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -10,9 +10,13 @@ PORTVERSION= 4.0s1 CATEGORIES= net games MASTER_SITES= http://ftp.tcp.com/pub/mud/Clients/tinyfugue/ \ ftp://ftp.minet.uni-jena.de/pub/tf/ +.if !defined(WITHOUT_MCCP) +PKGNAMESUFFIX= -mccp +.endif DISTNAME= tf-40s1 MAINTAINER= fjoe@FreeBSD.org +COMMENT= A popular programmable MUD client, with macro support and more PLIST_SUB= DISTNAME=${DISTNAME} @@ -23,16 +27,15 @@ MAN1= tf.1 .include <bsd.port.pre.mk> -.if defined(WITH_MCCP) +.if !defined(WITHOUT_MCCP) EXTRA_PATCHES= ${FILESDIR}/mccp-patch -PKGNAMESUFFIX= -mccp post-extract: @${CP} ${FILESDIR}/mccp.[ch] ${WRKSRC}/src .else pre-extract: @${ECHO_MSG} - @${ECHO_MSG} "You can enable MCCP v1/v2 support by defining WITH_MCCP" + @${ECHO_MSG} "You can disable MCCP v1/v2 support by defining WITHOUT_MCCP" @${ECHO_MSG} .endif diff --git a/net/tinyfugue/pkg-comment b/net/tinyfugue/pkg-comment deleted file mode 100644 index 4c2bef4bd49d..000000000000 --- a/net/tinyfugue/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A popular programmable MUD client, with macro support and more |