summaryrefslogtreecommitdiff
path: root/games/blokus/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-19 09:47:14 +0000
committerrillig <rillig@pkgsrc.org>2007-02-19 09:47:14 +0000
commit94d2853403d895dd9e03ec3bda9c740ca0c7bb13 (patch)
treeddd71f289ede104d0cebbe1a641903ab80762d0f /games/blokus/Makefile
parentb796ab87f12fc8679d522cb1faf21b576b6ffebb (diff)
downloadpkgsrc-94d2853403d895dd9e03ec3bda9c740ca0c7bb13.tar.gz
Re-added blokus.
Diffstat (limited to 'games/blokus/Makefile')
-rw-r--r--games/blokus/Makefile26
1 files changed, 26 insertions, 0 deletions
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"