diff options
author | lioux <lioux@FreeBSD.org> | 2003-12-26 01:32:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-12-26 01:32:38 +0800 |
commit | 7429fb7f7357f563dac83eee902d70435d90caee (patch) | |
tree | df283792cc0564092e57796c85bbca0e4200a07c /net-p2p | |
parent | 4dd2a162b0750e5cee97975b01fdcc6f40391588 (diff) | |
download | freebsd-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/Makefile | 15 |
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" |