aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-12-26 01:24:08 +0800
committerlioux <lioux@FreeBSD.org>2003-12-26 01:24:08 +0800
commite764614fe797a1ddc36f428475e44894bac4d837 (patch)
treedbf0efc8f35b48b4e9352f0719b9fe40a96e5519
parent4c62f717ae466a1b13b6c71ce31c669d3fb49ce0 (diff)
downloadfreebsd-ports-gnome-e764614fe797a1ddc36f428475e44894bac4d837.tar.gz
freebsd-ports-gnome-e764614fe797a1ddc36f428475e44894bac4d837.tar.zst
freebsd-ports-gnome-e764614fe797a1ddc36f428475e44894bac4d837.zip
o New port mute-net-gui version 0.1: Peer-to-peer GUI client with
privacy protection and easy search/download o Slave port of net/mute-net that installs only the GUI interface
-rw-r--r--net-p2p/mute-net-gui/Makefile15
-rw-r--r--net/Makefile1
-rw-r--r--net/mute-net-gui/Makefile15
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 000000000000..8cc057bb3ac9
--- /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 24ad05094cd8..a61ef0c32aef 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 000000000000..8cc057bb3ac9
--- /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"