16 lines
373 B
Makefile
16 lines
373 B
Makefile
|
# 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"
|