aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-12-26 01:32:38 +0800
committerlioux <lioux@FreeBSD.org>2003-12-26 01:32:38 +0800
commit7429fb7f7357f563dac83eee902d70435d90caee (patch)
treedf283792cc0564092e57796c85bbca0e4200a07c /net-p2p
parent4dd2a162b0750e5cee97975b01fdcc6f40391588 (diff)
downloadfreebsd-ports-gnome-7429fb7f7357f563dac83eee902d70435d90caee.tar.gz
freebsd-ports-gnome-7429fb7f7357f563dac83eee902d70435d90caee.tar.zst
freebsd-ports-gnome-7429fb7f7357f563dac83eee902d70435d90caee.zip
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-p2p')
-rw-r--r--net-p2p/mute-net-text/Makefile15
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"