diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 02:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 02:31:59 +0000 |
commit | 9325fb1ee11c1027658735387974aadf09774a15 (patch) | |
tree | f3fcc92768831bca1f1599b6f5405affff121004 /games/xfrisk | |
parent | 1dda9b5b5189554a215dd0d6db93c8504c5657f9 (diff) | |
download | ports-9325fb1ee11c1027658735387974aadf09774a15.tar.gz ports-9325fb1ee11c1027658735387974aadf09774a15.zip |
A networkable Risk game for x11.
PR: 3362
Submitted by: Matthew Hunt <mph@pobox.com>
Notes
Notes:
svn path=/head/; revision=6727
Diffstat (limited to 'games/xfrisk')
-rw-r--r-- | games/xfrisk/Makefile | 22 | ||||
-rw-r--r-- | games/xfrisk/distinfo | 1 | ||||
-rw-r--r-- | games/xfrisk/pkg-comment | 1 | ||||
-rw-r--r-- | games/xfrisk/pkg-descr | 3 | ||||
-rw-r--r-- | games/xfrisk/pkg-plist | 7 |
5 files changed, 34 insertions, 0 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile new file mode 100644 index 000000000000..c777a49e3fe4 --- /dev/null +++ b/games/xfrisk/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xfrisk +# Version required: 0.99b4 +# Date created: 20 April 1997 +# Whom: Matthew Hunt <mph@pobox.com> +# +# $Id$ +# + +DISTNAME= Frisk-0.99b4 +PKGNAME= xfrisk-0.99b4 +CATEGORIES= games +MASTER_SITES= $(MASTER_SITE_XCONTRIB) +MASTER_SITE_SUBDIR= games/multiplayer/ + +MAINTAINER= mph@pobox.com + +NO_CDROM= Possible trademark infringement + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> diff --git a/games/xfrisk/distinfo b/games/xfrisk/distinfo new file mode 100644 index 000000000000..fee3706c8f20 --- /dev/null +++ b/games/xfrisk/distinfo @@ -0,0 +1 @@ +MD5 (Frisk-0.99b4.tar.gz) = d522ecd2b122c7736aa281995f0396fa diff --git a/games/xfrisk/pkg-comment b/games/xfrisk/pkg-comment new file mode 100644 index 000000000000..07af15b2a4e4 --- /dev/null +++ b/games/xfrisk/pkg-comment @@ -0,0 +1 @@ +A multi-player networked Risk game for X11. diff --git a/games/xfrisk/pkg-descr b/games/xfrisk/pkg-descr new file mode 100644 index 000000000000..2dc0b450164e --- /dev/null +++ b/games/xfrisk/pkg-descr @@ -0,0 +1,3 @@ +XFrisk is a multi-player Risk game that supports network play. It +includes a server, "friskserver", and a client, "xfrisk". Note +that the client supports only 8bpp and 24bpp visuals. diff --git a/games/xfrisk/pkg-plist b/games/xfrisk/pkg-plist new file mode 100644 index 000000000000..ecac52a9d2ff --- /dev/null +++ b/games/xfrisk/pkg-plist @@ -0,0 +1,7 @@ +bin/xfrisk +bin/friskserver +lib/X11/app-defaults/XFrisk +lib/X11/World.risk +lib/X11/Countries.risk +lib/X11/Help.risk +bin/risk |