summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-14 02:41:58 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-14 02:41:58 +0000
commit82019e07fc83bfc4dc4eccc325be39579400ec09 (patch)
tree99cd4f516af4eef4ef79f7f8e4b6810e1557e734 /games
parentUpdate to version 0.5.9. (diff)
Remove Motif support.
PR: 14754 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23088
Diffstat (limited to 'games')
-rw-r--r--games/znibbles/Makefile3
-rw-r--r--games/znibbles/pkg-descr12
-rw-r--r--games/znibbles/pkg-plist3
3 files changed, 9 insertions, 9 deletions
diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile
index 9d9c26df0388..1f797b1d1b85 100644
--- a/games/znibbles/Makefile
+++ b/games/znibbles/Makefile
@@ -20,12 +20,13 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
HAS_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}"
+CONFIGURE_ARGS= --without-motif \
+ --disable-motif
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
diff --git a/games/znibbles/pkg-descr b/games/znibbles/pkg-descr
index cdce29678b6e..6c77be3f0021 100644
--- a/games/znibbles/pkg-descr
+++ b/games/znibbles/pkg-descr
@@ -10,13 +10,13 @@ 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:
- - 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)
+ nibbles : the ZNibbles server
+ gznibbles : the ZNibbles GTK+ client
+ znibblesX : the ZNibbless X11-only client (poor)
+
+Run "nibbles" first as the ZNibbles server, and then run its clients to play.
WWW: http://www.stud.enst.fr/~vmallet/archives/
diff --git a/games/znibbles/pkg-plist b/games/znibbles/pkg-plist
index fe6e71450917..deed2d5b52d0 100644
--- a/games/znibbles/pkg-plist
+++ b/games/znibbles/pkg-plist
@@ -1,4 +1,3 @@
-bin/gznibbles
bin/nibbles
-bin/znibbles
+bin/gznibbles
bin/znibblesX