aboutsummaryrefslogtreecommitdiff
path: root/games/six/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-01-26 13:47:31 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-01-26 13:47:31 +0000
commitd8bf2912f3bdbda794746fe87f07ef64f1f6e0f9 (patch)
treee4f45a653b7775352edb499a829275239f7f16d9 /games/six/Makefile
parent5d7cc130e65709cfcffb3d79b910c847c6fa9b2d (diff)
downloadports-d8bf2912f3bdbda794746fe87f07ef64f1f6e0f9.tar.gz
ports-d8bf2912f3bdbda794746fe87f07ef64f1f6e0f9.zip
Add six, a KDE HEX clone
Notes
Notes: svn path=/head/; revision=99196
Diffstat (limited to 'games/six/Makefile')
-rw-r--r--games/six/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/six/Makefile b/games/six/Makefile
new file mode 100644
index 000000000000..5483a54f1b32
--- /dev/null
+++ b/games/six/Makefile
@@ -0,0 +1,20 @@
+# New ports collection Makefile for: six
+# Date created: 2003-0-1-26
+# Whom: arved
+#
+# $FreeBSD$
+
+PORTNAME= six
+PORTVERSION= 0.4.0
+CATEGORIES= games kde
+MASTER_SITES= http://six.retes.hu/download/
+
+MAINTAINER= arved@FreeBSD.org
+COMMENT= KDE HEX clone
+
+USE_KDELIBS_VER= 3
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>