pkgsrc/games/xfrisk/Makefile

37 lines
754 B
Makefile
Raw Normal View History

# $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"