Re-added blokus.
This commit is contained in:
parent
b796ab87f1
commit
94d2853403
4 changed files with 45 additions and 0 deletions
7
games/blokus/DESCR
Normal file
7
games/blokus/DESCR
Normal file
|
@ -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.
|
26
games/blokus/Makefile
Normal file
26
games/blokus/Makefile
Normal file
|
@ -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"
|
7
games/blokus/PLIST
Normal file
7
games/blokus/PLIST
Normal file
|
@ -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
|
5
games/blokus/distinfo
Normal file
5
games/blokus/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue