From 2e3a3cbfcbf6964390581d2e9512fdc99bc55a57 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 15 Jun 2003 19:58:08 +0000 Subject: 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'. --- net-p2p/mldonkey-core-devel/Makefile | 15 +++++++++++++++ net-p2p/mldonkey-core/Makefile | 15 +++++++++++++++ net/Makefile | 1 + net/mldonkey-core-devel/Makefile | 15 +++++++++++++++ net/mldonkey-core/Makefile | 15 +++++++++++++++ 5 files changed, 61 insertions(+) create mode 100644 net-p2p/mldonkey-core-devel/Makefile create mode 100644 net-p2p/mldonkey-core/Makefile create mode 100644 net/mldonkey-core-devel/Makefile create mode 100644 net/mldonkey-core/Makefile 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 and Mario S F Ferreira +# +# $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 and Mario S F Ferreira +# +# $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/Makefile b/net/Makefile index 5452e33da85e..e33f7846e6a8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -317,6 +317,7 @@ SUBDIR += merlinmon SUBDIR += micq SUBDIR += mldonkey + SUBDIR += mldonkey-core SUBDIR += mldonkey-gui SUBDIR += mldonkey-perlreactor SUBDIR += mldonkey-serverspy diff --git a/net/mldonkey-core-devel/Makefile b/net/mldonkey-core-devel/Makefile new file mode 100644 index 000000000000..1581942a353d --- /dev/null +++ b/net/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 and Mario S F Ferreira +# +# $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/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 and Mario S F Ferreira +# +# $FreeBSD$ +# + +# build only the CORE +WITHOUT_GUI= yes + +COMMENT= Client 'core' for the MLDonkey peer-to-peer network + +MASTERDIR= ${.CURDIR}/../mldonkey + +.include "${MASTERDIR}/Makefile" -- cgit