diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-12-25 17:32:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-12-25 17:32:38 +0000 |
commit | 9948a123400ba81d5555d44c32f446147f38d64c (patch) | |
tree | 665de5ceddd34d9337081f5f8ea78c17a868a185 /net-p2p/mute-net-text | |
parent | c524466fcdd9321b41802dcdc285e42af981ce62 (diff) | |
download | ports-9948a123400ba81d5555d44c32f446147f38d64c.tar.gz ports-9948a123400ba81d5555d44c32f446147f38d64c.zip |
Notes
Diffstat (limited to 'net-p2p/mute-net-text')
-rw-r--r-- | net-p2p/mute-net-text/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-p2p/mute-net-text/Makefile b/net-p2p/mute-net-text/Makefile new file mode 100644 index 000000000000..eac8d4e266db --- /dev/null +++ b/net-p2p/mute-net-text/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: mute-net text based version +# Date created: Sat Dec 20 00:39:52 UTC 2003 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +# build only the text version +WITHOUT_GUI= yes + +COMMENT= Peer-to-peer text client with privacy protection and easy search/download + +MASTERDIR= ${.CURDIR}/../mute-net + +.include "${MASTERDIR}/Makefile" |