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 | |
parent | o New port mute-net-gui version 0.1: Peer-to-peer GUI client with (diff) |
o New port mute-net-text version 0.1: Peer-to-peer text client with
privacy protection and easy search/download
o Slave port of net/mute-net that installs only the text interface
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/mute-net-text/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a61ef0c32aef..3ce6fdc97865 100644 --- a/net/Makefile +++ b/net/Makefile @@ -345,6 +345,7 @@ SUBDIR += mudix SUBDIR += mute-net SUBDIR += mute-net-gui + SUBDIR += mute-net-text SUBDIR += mutella SUBDIR += nagios SUBDIR += nagios-plugins diff --git a/net/mute-net-text/Makefile b/net/mute-net-text/Makefile new file mode 100644 index 000000000000..eac8d4e266db --- /dev/null +++ b/net/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" |