aboutsummaryrefslogtreecommitdiff
path: root/games/spacehulk/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-05-09 00:11:21 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-05-09 00:11:21 +0000
commit4c9b48796dcd29639f6e1a210110122bf30faf49 (patch)
tree941a2f9d71dd4361435274e6e9bbe755bf998952 /games/spacehulk/Makefile
parent5ccccca553fa59a74d081c4f3d43fa57b20b2328 (diff)
downloadports-4c9b48796dcd29639f6e1a210110122bf30faf49.tar.gz
ports-4c9b48796dcd29639f6e1a210110122bf30faf49.zip
Notes
Diffstat (limited to 'games/spacehulk/Makefile')
-rw-r--r--games/spacehulk/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/spacehulk/Makefile b/games/spacehulk/Makefile
new file mode 100644
index 000000000000..75cbf0702acf
--- /dev/null
+++ b/games/spacehulk/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: spacehulk
+# Date created: Mon May 5 14:21:44 CEST 2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+
+PORTNAME= spacehulk
+PORTVERSION= 1.4
+CATEGORIES= games kde
+MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/main.pkg/1.4/
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= ponomarew@oberon.net
+COMMENT= Science-fiction board game in the world of Warhammer 40000
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_KDELIBS_VER=3
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>