pkgsrc/games/xfrisk/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

35 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= xfrisk-1.2
PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.tuxick.net/xfrisk/files/
MAINTAINER= sketch@NetBSD.org
HOMEPAGE= http://www.tuxick.net/xfrisk/
COMMENT= X11 version of the classic Risk board game
WRKSRC= ${WRKDIR}/XFrisk
USE_TOOLS+= gmake
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.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"