summaryrefslogtreecommitdiff
path: root/games/blokus/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2007-02-16 10:32:03 +0000
committerrillig <rillig>2007-02-16 10:32:03 +0000
commita385914cc7f8078d8655f232d3cd353b934f51b3 (patch)
tree22602e662ee026171044588f432594a36ed6c330 /games/blokus/Makefile
parenta278bc3a0480e0bf7d0c1268e4338b912b2018b8 (diff)
downloadpkgsrc-a385914cc7f8078d8655f232d3cd353b934f51b3.tar.gz
Removed blokus again from pkgsrc, since it may not be redistributed.
Diffstat (limited to 'games/blokus/Makefile')
-rw-r--r--games/blokus/Makefile20
1 files changed, 0 insertions, 20 deletions
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"