aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
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 /net-p2p
parent4c62f717ae466a1b13b6c71ce31c669d3fb49ce0 (diff)
downloadfreebsd-ports-graphics-e764614fe797a1ddc36f428475e44894bac4d837.tar.gz
freebsd-ports-graphics-e764614fe797a1ddc36f428475e44894bac4d837.tar.zst
freebsd-ports-graphics-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
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mute-net-gui/Makefile15
1 files changed, 15 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"