aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/mldonkey-core-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/mldonkey-core-devel/Makefile')
-rw-r--r--net-p2p/mldonkey-core-devel/Makefile15
1 files changed, 15 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"