From fda2e985daa21bcac7cf4e4882e560933d7ad5e8 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Thu, 5 Oct 2000 06:36:23 +0000 Subject: Implement USE_GTK, part 1. --- games/znibbles/Makefile | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'games/znibbles/Makefile') 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 -- cgit v1.2.3