diff options
Diffstat (limited to 'games/xfrisk/Makefile')
-rw-r--r-- | games/xfrisk/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile new file mode 100644 index 00000000000..9deee1deef6 --- /dev/null +++ b/games/xfrisk/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/02/27 21:38:46 agc Exp $ +# + +DISTNAME= xfrisk-1.2 +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_GMAKE= yes +USE_X11= yes + +RESTRICTED= "Possible trademark infringement" +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + +.include "../../mk/bsd.pkg.mk" |