aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-12-25 17:32:38 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-12-25 17:32:38 +0000
commit9948a123400ba81d5555d44c32f446147f38d64c (patch)
tree665de5ceddd34d9337081f5f8ea78c17a868a185
parentc524466fcdd9321b41802dcdc285e42af981ce62 (diff)
downloadports-9948a123400ba81d5555d44c32f446147f38d64c.tar.gz
ports-9948a123400ba81d5555d44c32f446147f38d64c.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
Notes
Notes: svn path=/head/; revision=96572
-rw-r--r--net-p2p/mute-net-text/Makefile15
-rw-r--r--net/Makefile1
-rw-r--r--net/mute-net-text/Makefile15
3 files changed, 31 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"
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"