diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/blokus/DESCR | 7 | ||||
-rw-r--r-- | games/blokus/Makefile | 17 | ||||
-rw-r--r-- | games/blokus/PLIST | 7 | ||||
-rw-r--r-- | games/blokus/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/games/blokus/DESCR b/games/blokus/DESCR new file mode 100644 index 00000000000..42321b05ae6 --- /dev/null +++ b/games/blokus/DESCR @@ -0,0 +1,7 @@ +Blokus is an abstract strategy board game for two to four players, +invented by Bernard Tavitian and published in 2000 by the Sekkoia +company. It has won several awards, including the Mensa select award and +the 2004 Teacher's Choice Award. + +This is an Open GL version of the game, developed by some students from +the University of Applied Sciences (Fachhochschule) Muenster, Germany. diff --git a/games/blokus/Makefile b/games/blokus/Makefile new file mode 100644 index 00000000000..ce75f051430 --- /dev/null +++ b/games/blokus/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/02 21:23:05 rillig Exp $ +# + +DISTNAME= blokus-1.0 +CATEGORIES= games +MASTER_SITES= http://www.saschahlusiak.de/blokus/ + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://www.saschahlusiak.de/blokus/ +COMMENT= Abstract strategy board game for two to four players + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +.include "../../graphics/glu/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/blokus/PLIST b/games/blokus/PLIST new file mode 100644 index 00000000000..53966d91d68 --- /dev/null +++ b/games/blokus/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/02 21:23:05 rillig Exp $ +bin/blokus +bin/blokus_dedicated +share/blokus/field.bmp +share/blokus/font.bmp +share/blokus/ground.bmp +share/blokus/wall.bmp diff --git a/games/blokus/distinfo b/games/blokus/distinfo new file mode 100644 index 00000000000..0ebe3532a99 --- /dev/null +++ b/games/blokus/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/02/02 21:23:05 rillig Exp $ + +SHA1 (blokus-1.0.tar.gz) = 3d79dec219b8981886c1225ad91bcc3b204a43bd +RMD160 (blokus-1.0.tar.gz) = 3780656373630162afe96ce98ff7e4114a0deb9e +Size (blokus-1.0.tar.gz) = 538167 bytes |