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.
18 lines
441 B
Makefile
18 lines
441 B
Makefile
# $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"
|