From 94d2853403d895dd9e03ec3bda9c740ca0c7bb13 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 19 Feb 2007 09:47:14 +0000 Subject: Re-added blokus. --- games/blokus/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 games/blokus/Makefile (limited to 'games/blokus/Makefile') 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" -- cgit v1.2.3