summaryrefslogtreecommitdiff
path: root/games/xfrisk/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-02-27 21:38:46 +0000
committeragc <agc@pkgsrc.org>2002-02-27 21:38:46 +0000
commite857e6a1d0f3f345ad46d3722b78af86f3c0f8ee (patch)
treedea0b5fc7c1772abf89381088dad3ae61f7abd07 /games/xfrisk/Makefile
parent4ec18c3e70934842d69637888c8885e591c6c626 (diff)
downloadpkgsrc-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/Makefile21
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"