diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-19 09:47:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-19 09:47:14 +0000 |
commit | 94d2853403d895dd9e03ec3bda9c740ca0c7bb13 (patch) | |
tree | ddd71f289ede104d0cebbe1a641903ab80762d0f /games/blokus | |
parent | b796ab87f12fc8679d522cb1faf21b576b6ffebb (diff) | |
download | pkgsrc-94d2853403d895dd9e03ec3bda9c740ca0c7bb13.tar.gz |
Re-added blokus.
Diffstat (limited to 'games/blokus')
-rw-r--r-- | games/blokus/DESCR | 7 | ||||
-rw-r--r-- | games/blokus/Makefile | 26 | ||||
-rw-r--r-- | games/blokus/PLIST | 7 | ||||
-rw-r--r-- | games/blokus/distinfo | 5 |
4 files changed, 45 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..30dfbe37f8a --- /dev/null +++ b/games/blokus/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.4 2007/02/19 09:47:14 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 + +RESTRICTED= Redistribution prohibited +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +# XXX: For some reason, the other libraries are hidden when this is +# specified. +#LIBS.SunOS+= -lGLU + +.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..4835de05c93 --- /dev/null +++ b/games/blokus/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.3 2007/02/19 09:47:14 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..c5ce5a9aaa3 --- /dev/null +++ b/games/blokus/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.3 2007/02/19 09:47:14 rillig Exp $ + +SHA1 (blokus-1.0.tar.gz) = 3d79dec219b8981886c1225ad91bcc3b204a43bd +RMD160 (blokus-1.0.tar.gz) = 3780656373630162afe96ce98ff7e4114a0deb9e +Size (blokus-1.0.tar.gz) = 538167 bytes |