diff options
author | rillig <rillig> | 2007-02-16 10:32:03 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-16 10:32:03 +0000 |
commit | a385914cc7f8078d8655f232d3cd353b934f51b3 (patch) | |
tree | 22602e662ee026171044588f432594a36ed6c330 | |
parent | a278bc3a0480e0bf7d0c1268e4338b912b2018b8 (diff) | |
download | pkgsrc-a385914cc7f8078d8655f232d3cd353b934f51b3.tar.gz |
Removed blokus again from pkgsrc, since it may not be redistributed.
-rw-r--r-- | games/Makefile | 3 | ||||
-rw-r--r-- | games/blokus/DESCR | 7 | ||||
-rw-r--r-- | games/blokus/Makefile | 20 | ||||
-rw-r--r-- | games/blokus/PLIST | 7 | ||||
-rw-r--r-- | games/blokus/distinfo | 5 |
5 files changed, 1 insertions, 41 deletions
diff --git a/games/Makefile b/games/Makefile index 52f1d404cfd..a0f81b44fd3 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2007/02/03 17:04:37 kristerw Exp $ +# $NetBSD: Makefile,v 1.282 2007/02/16 10:32:03 rillig Exp $ # COMMENT= Games @@ -24,7 +24,6 @@ SUBDIR+= battleball SUBDIR+= billardgl SUBDIR+= blindmine SUBDIR+= blobwars -SUBDIR+= blokus SUBDIR+= bomberclone SUBDIR+= bos SUBDIR+= boson diff --git a/games/blokus/DESCR b/games/blokus/DESCR deleted file mode 100644 index 42321b05ae6..00000000000 --- a/games/blokus/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index e807c6d8c02..00000000000 --- a/games/blokus/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2007/02/02 22:12:28 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++ -# 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 deleted file mode 100644 index 53966d91d68..00000000000 --- a/games/blokus/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@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 deleted file mode 100644 index 0ebe3532a99..00000000000 --- a/games/blokus/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$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 |