diff options
author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-02-05 09:40:09 +0000 |
---|---|---|
committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1995-02-05 09:40:09 +0000 |
commit | 35ce358bd017d5af97ed5909876af55676648df3 (patch) | |
tree | 9dd4b300e932e72e27ec4aa6f891a93b702ad382 | |
parent | 8f282f704c45681c78f2fded4aabf9c6326381ff (diff) | |
download | ports-35ce358bd017d5af97ed5909876af55676648df3.tar.gz ports-35ce358bd017d5af97ed5909876af55676648df3.zip |
Notes
-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 |