diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-12-25 17:24:08 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-12-25 17:24:08 +0000 |
commit | c524466fcdd9321b41802dcdc285e42af981ce62 (patch) | |
tree | 0adb51a787b8b88358005a0eb2a614de535c03c4 /net-p2p/mute-net-gui | |
parent | cd6a31bda38fa1f27fc880b730e0d69a7286516a (diff) | |
download | ports-c524466fcdd9321b41802dcdc285e42af981ce62.tar.gz ports-c524466fcdd9321b41802dcdc285e42af981ce62.zip |
Notes
Diffstat (limited to 'net-p2p/mute-net-gui')
-rw-r--r-- | net-p2p/mute-net-gui/Makefile | 15 |
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 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" |