diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-13 00:03:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-13 00:03:26 +0000 |
commit | 105d60585e4b552957a7879f6f50def83e83d093 (patch) | |
tree | fa333d95dfa328d6e843777fe76072de5c51e012 /games/six/Makefile | |
parent | f3b8c0b757ee0192699631960f9efe293573a111 (diff) | |
download | pkgsrc-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/Makefile | 18 |
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" |