summaryrefslogtreecommitdiff
path: root/games/six/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-06-13 00:03:26 +0000
committerrillig <rillig@pkgsrc.org>2007-06-13 00:03:26 +0000
commit105d60585e4b552957a7879f6f50def83e83d093 (patch)
treefa333d95dfa328d6e843777fe76072de5c51e012 /games/six/Makefile
parentf3b8c0b757ee0192699631960f9efe293573a111 (diff)
downloadpkgsrc-105d60585e4b552957a7879f6f50def83e83d093.tar.gz
Imported six.
Hex is a two-player perfect information game with very easy rules. But like in other games with simple rules, playing well isn't that easy. Six is one of the strongest Hex-playing programs of the world.
Diffstat (limited to 'games/six/Makefile')
-rw-r--r--games/six/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/six/Makefile b/games/six/Makefile
new file mode 100644
index 00000000000..aeafa84cd3c
--- /dev/null
+++ b/games/six/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/13 00:03:26 rillig Exp $
+#
+
+DISTNAME= six-0.5.3
+CATEGORIES= games
+MASTER_SITES= http://six.retes.hu/download/
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://six.retes.hu/
+COMMENT= Hex, a board game with very simple rules
+
+GNU_CONFIGURE= yes
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"