diff options
author | jmacd <jmacd@FreeBSD.org> | 1995-02-05 17:40:09 +0800 |
---|---|---|
committer | jmacd <jmacd@FreeBSD.org> | 1995-02-05 17:40:09 +0800 |
commit | 9c7f6da59cf997aeecf41c479a97377a8cb19ca9 (patch) | |
tree | be62deb3051abbbdb5253fd64568d0818b5aabaf /games | |
parent | 3698f4f1ba1aae5723417f6487934f5243ca3457 (diff) | |
download | freebsd-ports-gnome-9c7f6da59cf997aeecf41c479a97377a8cb19ca9.tar.gz freebsd-ports-gnome-9c7f6da59cf997aeecf41c479a97377a8cb19ca9.tar.zst freebsd-ports-gnome-9c7f6da59cf997aeecf41c479a97377a8cb19ca9.zip |
Anyone remember the board game risk? Here it is...
Submitted by: swallace
Diffstat (limited to 'games')
-rw-r--r-- | games/xrisk/Makefile | 13 | ||||
-rw-r--r-- | games/xrisk/pkg-comment | 1 | ||||
-rw-r--r-- | games/xrisk/pkg-descr | 3 | ||||
-rw-r--r-- | games/xrisk/pkg-plist | 4 |
4 files changed, 21 insertions, 0 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile new file mode 100644 index 000000000000..813512844911 --- /dev/null +++ b/games/xrisk/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: xchomp +# Version required: 1.1 +# Date created: 4 Jan 1995 +# Whom: swallace +# +# $Id: Makefile,v 1.1.1.1 1995/01/04 08:59:25 swallace Exp $ +# + +DISTNAME= xrisk-2.13 +MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ +EXTRACT_SUFX= .tar.Z + +.include <bsd.port.mk> diff --git a/games/xrisk/pkg-comment b/games/xrisk/pkg-comment new file mode 100644 index 000000000000..5d0ef4deebee --- /dev/null +++ b/games/xrisk/pkg-comment @@ -0,0 +1 @@ +Xrisk version 2.13 for X Windows, much like the poular board game. diff --git a/games/xrisk/pkg-descr b/games/xrisk/pkg-descr new file mode 100644 index 000000000000..2e3d98835283 --- /dev/null +++ b/games/xrisk/pkg-descr @@ -0,0 +1,3 @@ +Xrisk is based on the boardgame Risk. It can run as server or client, +and allows up to 8 players to play at once. The object of the game +is World Conquest. diff --git a/games/xrisk/pkg-plist b/games/xrisk/pkg-plist new file mode 100644 index 000000000000..d2efd2a2b04c --- /dev/null +++ b/games/xrisk/pkg-plist @@ -0,0 +1,4 @@ +@cwd /usr/local +bin/xrisk +lib/xrisk +man/man6/xrisk.6.gz |