diff options
author | agc <agc@pkgsrc.org> | 2002-02-27 21:38:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-02-27 21:38:46 +0000 |
commit | e857e6a1d0f3f345ad46d3722b78af86f3c0f8ee (patch) | |
tree | dea0b5fc7c1772abf89381088dad3ae61f7abd07 /games/xfrisk/Makefile | |
parent | 4ec18c3e70934842d69637888c8885e591c6c626 (diff) | |
download | pkgsrc-e857e6a1d0f3f345ad46d3722b78af86f3c0f8ee.tar.gz |
Initial import of xfrisk-1.2 into the NetBSD packages collection.
XFrisk is a computer version of the classic Risk board game. It is a
multiplayer game played on a TCP/IP network, uses the X11 window system
for graphics and runs on most UNIX and UNIX-like platforms.
Provided in PR 15725 by Jonathon Perkin (sketch@rd.bbc.co.uk), modified
slightly by myself.
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" |