summaryrefslogtreecommitdiff
path: root/games/znibbles
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commitfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch)
tree4ccb4a868e97ff347416395233e3825776b24951 /games/znibbles
parentImplement USE_GLIB. (diff)
Implement USE_GTK, part 1.
Notes
Notes: svn path=/head/; revision=33424
Diffstat (limited to 'games/znibbles')
-rw-r--r--games/znibbles/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile
index 92db22fdfd16..03e59ac2de91 100644
--- a/games/znibbles/Makefile
+++ b/games/znibbles/Makefile
@@ -12,23 +12,12 @@ MASTER_SITES= ftp://koala.inria.fr/pub/games/znibbles/
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
-
REQUIRES_MOTIF= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
- GLIB_CONFIG="${GLIB_CONFIG}"
+USE_GTK= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-motif \
--disable-motif
MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
-post-install:
- @strip ${PREFIX}/bin/nibbles
- @strip ${PREFIX}/bin/znibblesX
- @strip ${PREFIX}/bin/gznibbles
-
.include <bsd.port.mk>