summaryrefslogtreecommitdiff
path: root/games/blokus/Makefile
blob: c5a35a05c75767a9a2109e153b87a80e6f150dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.5 2007/02/19 09:52:17 rillig Exp $
#

DISTNAME=	blokus-1.0
PKGREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://www.saschahlusiak.de/blokus/
DIST_SUBDIR=	blokus-1.0

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"