summaryrefslogtreecommitdiff
path: root/net-p2p/mldonkey-core
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-15 19:58:08 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-06-15 19:58:08 +0000
commit6a91a09560f27a213f7e226aa6b05b0e7a90eff8 (patch)
tree0e5426d7f55a57727456a66d0cf846cd4c76ba70 /net-p2p/mldonkey-core
parentMake this a slave port of ports/net/mldonkey one. This will enable (diff)
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'.
Notes
Notes: svn path=/head/; revision=83040
Diffstat (limited to 'net-p2p/mldonkey-core')
-rw-r--r--net-p2p/mldonkey-core/Makefile15
1 files changed, 15 insertions, 0 deletions
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"