mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
16 lines
389 B
Makefile
16 lines
389 B
Makefile
|
# 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"
|