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
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-12-25 17:24:08 +00:00
parent cd6a31bda3
commit c524466fcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96570
3 changed files with 31 additions and 0 deletions

View file

@ -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"

View file

@ -344,6 +344,7 @@
SUBDIR += mtr
SUBDIR += mudix
SUBDIR += mute-net
SUBDIR += mute-net-gui
SUBDIR += mutella
SUBDIR += nagios
SUBDIR += nagios-plugins

15
net/mute-net-gui/Makefile Normal file
View file

@ -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"