diff options
author | steve <steve@FreeBSD.org> | 1999-11-14 10:41:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-14 10:41:58 +0800 |
commit | 40c451426fd10f8e180d3a7835f4191c805afff5 (patch) | |
tree | 49f27d3f8cf975b02b600a98d707c8795dd28286 | |
parent | 8c5a7d577211998992370586c3e8e324adca78f0 (diff) | |
download | freebsd-ports-gnome-40c451426fd10f8e180d3a7835f4191c805afff5.tar.gz freebsd-ports-gnome-40c451426fd10f8e180d3a7835f4191c805afff5.tar.zst freebsd-ports-gnome-40c451426fd10f8e180d3a7835f4191c805afff5.zip |
Remove Motif support.
PR: 14754
Submitted by: maintainer
-rw-r--r-- | games/znibbles/Makefile | 3 | ||||
-rw-r--r-- | games/znibbles/pkg-descr | 12 | ||||
-rw-r--r-- | games/znibbles/pkg-plist | 3 |
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 |