aboutsummaryrefslogtreecommitdiff
path: root/games/znibbles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/znibbles/Makefile')
-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>