blob: 01b122fcd16af5bdbf5787573a3b589cae50f6e9 (
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
29
30
31
32
33
34
35
36
|
# $NetBSD: Makefile,v 1.6 2004/01/24 13:30:57 grant Exp $
#
DISTNAME= xfrisk-1.2
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://morphy.iki.fi/xfrisk/files/
MAINTAINER= sketch@rd.bbc.co.uk
HOMEPAGE= http://morphy.iki.fi/xfrisk/
COMMENT= X11 version of the classic Risk board game
WRKSRC= ${WRKDIR}/XFrisk
USE_BUILDLINK2= yes
USE_GNU_TOOLS+= make
USE_X11= yes
RESTRICTED= "Possible trademark infringement"
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
MAKE_ENV+= LIBS="-lsocket -lnsl"
.endif
# xfrisk doesn't work with standard Xaw.
XAW_TYPE?= 3d
.if ${XAW_TYPE} == standard
XAW_TYPE=3d
.endif
.include "../../mk/xaw.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|