summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 04:10:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 04:10:49 +0000
commita29ec8d47c0dc1f468a0d2e11395e27e71ebec32 (patch)
tree689421feb861e911316ac9b3ff7cf70e7640df66 /games
parentActivate the ifhp port. (diff)
Initial import of znibbles version 0.0.7.
A multi-player networkd nibbles game. PR: 13343 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
Notes
Notes: svn path=/head/; revision=22827
Diffstat (limited to 'games')
-rw-r--r--games/znibbles/Makefile32
-rw-r--r--games/znibbles/distinfo1
-rw-r--r--games/znibbles/pkg-comment1
-rw-r--r--games/znibbles/pkg-descr24
-rw-r--r--games/znibbles/pkg-plist4
5 files changed, 62 insertions, 0 deletions
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 <yinjieh@csie.nctu.edu.tw>
+#
+# $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 <bsd.port.mk>
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
+<yinjieh@csie.nctu.edu.tw>
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