aboutsummaryrefslogtreecommitdiff
path: root/net/kmud/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-23 03:32:49 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-23 03:32:49 +0000
commitfbd6477b5e2396eea1bc01e5e6bedc688f78f433 (patch)
tree231319d64347ee4f0243e7296410ea0a51c460ef /net/kmud/Makefile
parentc0165651be4a7d265c2708ac7790d374907b2198 (diff)
downloadports-fbd6477b5e2396eea1bc01e5e6bedc688f78f433.tar.gz
ports-fbd6477b5e2396eea1bc01e5e6bedc688f78f433.zip
Notes
Diffstat (limited to 'net/kmud/Makefile')
-rw-r--r--net/kmud/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/kmud/Makefile b/net/kmud/Makefile
new file mode 100644
index 000000000000..3cbb091b74d2
--- /dev/null
+++ b/net/kmud/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: KMud
+# Version required: 0.3
+# Date created: 31 Oct 1999
+# Whom: Will Andrews <andrews@technologist.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= kmud-0.3
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.kmud.de/pub/kmud/
+
+MAINTAINER= will@FreeBSD.org
+
+LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_QT= yes
+
+.include <bsd.port.mk>