diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-16 03:58:08 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-16 03:58:08 +0800 |
commit | 2e3a3cbfcbf6964390581d2e9512fdc99bc55a57 (patch) | |
tree | 28ba4eae0907b1c7a310256db5eff2822b122a76 /net-p2p | |
parent | b35d6c3377dd3d004433c5dfd341e342eb2b2f03 (diff) | |
download | freebsd-ports-gnome-2e3a3cbfcbf6964390581d2e9512fdc99bc55a57.tar.gz freebsd-ports-gnome-2e3a3cbfcbf6964390581d2e9512fdc99bc55a57.tar.zst freebsd-ports-gnome-2e3a3cbfcbf6964390581d2e9512fdc99bc55a57.zip |
o New port mldonkey-core version 2.5.3: Client 'core' for the
MLDonkey peer-to-peer network
o This is a slave port of ports/net/mldonkey one. This will enable
packages to be build containing only the MLDonkey 'core'.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey-core-devel/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/mldonkey-core/Makefile | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/net-p2p/mldonkey-core-devel/Makefile b/net-p2p/mldonkey-core-devel/Makefile new file mode 100644 index 000000000000..1581942a353d --- /dev/null +++ b/net-p2p/mldonkey-core-devel/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" diff --git a/net-p2p/mldonkey-core/Makefile b/net-p2p/mldonkey-core/Makefile new file mode 100644 index 000000000000..1581942a353d --- /dev/null +++ b/net-p2p/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" |