diff options
Diffstat (limited to 'net/mldonkey-core')
-rw-r--r-- | net/mldonkey-core/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/mldonkey-core/Makefile b/net/mldonkey-core/Makefile new file mode 100644 index 000000000000..1581942a353d --- /dev/null +++ b/net/mldonkey-core/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: mldonkey core +# Date created: Sun Jun 15 19:49:31 UTC 2003 +# Whom: Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +# build only the CORE +WITHOUT_GUI= yes + +COMMENT= Client 'core' for the MLDonkey peer-to-peer network + +MASTERDIR= ${.CURDIR}/../mldonkey + +.include "${MASTERDIR}/Makefile" |