aboutsummaryrefslogtreecommitdiff
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
parentd0cdca8bc326260560504ebb5d4b206942ca5125 (diff)
downloadports-fda2e985daa21bcac7cf4e4882e560933d7ad5e8.tar.gz
ports-fda2e985daa21bcac7cf4e4882e560933d7ad5e8.zip
Notes
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>