From a29ec8d47c0dc1f468a0d2e11395e27e71ebec32 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 1 Nov 1999 04:10:49 +0000 Subject: Initial import of znibbles version 0.0.7. A multi-player networkd nibbles game. PR: 13343 Submitted by: Yin-Jieh Chen --- games/znibbles/Makefile | 32 ++++++++++++++++++++++++++++++++ games/znibbles/distinfo | 1 + games/znibbles/pkg-comment | 1 + games/znibbles/pkg-descr | 24 ++++++++++++++++++++++++ games/znibbles/pkg-plist | 4 ++++ 5 files changed, 62 insertions(+) create mode 100644 games/znibbles/Makefile create mode 100644 games/znibbles/distinfo create mode 100644 games/znibbles/pkg-comment create mode 100644 games/znibbles/pkg-descr create mode 100644 games/znibbles/pkg-plist (limited to 'games') diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile new file mode 100644 index 000000000000..9d9c26df0388 --- /dev/null +++ b/games/znibbles/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: znibbles +# Version required: 0.0.7 +# Date created: 21 Aug 1999 +# Whom: Yin-Jieh Chen +# +# $FreeBSD$ +# + +DISTNAME= znibbles-0.0.7 +CATEGORIES= games +MASTER_SITES= http://www.stud.enst.fr/~vmallet/archives/ + +MAINTAINER= yinjieh@csie.nctu.edu.tw + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +HAS_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" + +MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6 + +post-install: + @strip ${PREFIX}/bin/nibbles + @strip ${PREFIX}/bin/znibbles + @strip ${PREFIX}/bin/znibblesX + @strip ${PREFIX}/bin/gznibbles + +.include diff --git a/games/znibbles/distinfo b/games/znibbles/distinfo new file mode 100644 index 000000000000..866a7b58a00d --- /dev/null +++ b/games/znibbles/distinfo @@ -0,0 +1 @@ +MD5 (znibbles-0.0.7.tar.gz) = fbe72556f2b41178337c2fe350b76fed diff --git a/games/znibbles/pkg-comment b/games/znibbles/pkg-comment new file mode 100644 index 000000000000..d6b8ebe83cde --- /dev/null +++ b/games/znibbles/pkg-comment @@ -0,0 +1 @@ +A multi-player networked nibbles game diff --git a/games/znibbles/pkg-descr b/games/znibbles/pkg-descr new file mode 100644 index 000000000000..cdce29678b6e --- /dev/null +++ b/games/znibbles/pkg-descr @@ -0,0 +1,24 @@ +ZNibbles is a multi-player networked game. It is based on the old nibbles +game: you've got a worm, eat nibbles and get your worm growing. Several +players can play together, each of them controlling its own worm on its own +computer. + +There is theoretically an unlimited number of simultaneous players, it's more +a matter of network speed. It has been tested with more than 10 players and it +was real fun :) ZNibbles is written for unix. It has been tested under Linux, +SunOS, Solaris and Irix. The game can run either directly on top of X11, use +the GTK+ toolkit (get it on the GTK+ site) or use the Motif toolkit (get a good +Motif free implementation called LessTif) + +From the README file: + + - Once compiled, you get the files + src/nibbles : the ZNibbles server + src/znibbles : the ZNibbles Motif client + src/gznibbles : the ZNibbles GTK+ client + src/znibblesX : the ZNibbless X11-only client (poor) + +WWW: http://www.stud.enst.fr/~vmallet/archives/ + +- Yin-Jieh Chen + diff --git a/games/znibbles/pkg-plist b/games/znibbles/pkg-plist new file mode 100644 index 000000000000..fe6e71450917 --- /dev/null +++ b/games/znibbles/pkg-plist @@ -0,0 +1,4 @@ +bin/gznibbles +bin/nibbles +bin/znibbles +bin/znibblesX -- cgit v1.2.3