diff options
-rw-r--r-- | net-p2p/mute-net-gui/Makefile | 15 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/mute-net-gui/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/net-p2p/mute-net-gui/Makefile b/net-p2p/mute-net-gui/Makefile new file mode 100644 index 00000000000..8cc057bb3ac --- /dev/null +++ b/net-p2p/mute-net-gui/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: mute-net GUI +# Date created: Sat Dec 20 00:39:52 UTC 2003 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +# build only the GUI version +WITHOUT_TEXT= yes + +COMMENT= Peer-to-peer GUI client with privacy protection and easy search/download + +MASTERDIR= ${.CURDIR}/../mute-net + +.include "${MASTERDIR}/Makefile" diff --git a/net/Makefile b/net/Makefile index 24ad05094cd..a61ef0c32ae 100644 --- a/net/Makefile +++ b/net/Makefile @@ -344,6 +344,7 @@ SUBDIR += mtr SUBDIR += mudix SUBDIR += mute-net + SUBDIR += mute-net-gui SUBDIR += mutella SUBDIR += nagios SUBDIR += nagios-plugins diff --git a/net/mute-net-gui/Makefile b/net/mute-net-gui/Makefile new file mode 100644 index 00000000000..8cc057bb3ac --- /dev/null +++ b/net/mute-net-gui/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: mute-net GUI +# Date created: Sat Dec 20 00:39:52 UTC 2003 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +# build only the GUI version +WITHOUT_TEXT= yes + +COMMENT= Peer-to-peer GUI client with privacy protection and easy search/download + +MASTERDIR= ${.CURDIR}/../mute-net + +.include "${MASTERDIR}/Makefile" |