blob: 8cc057bb3ac9bcc08c84c576305d24f36a0820d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
|