aboutsummaryrefslogtreecommitdiff
path: root/games/bombermaze
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-20 10:54:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-20 10:54:41 +0000
commit0394ab4b9b22921fb1b60de3374ccb5539ad2196 (patch)
tree7e8aadc4ced07f9f4083768f4950cc8fbde06fb7 /games/bombermaze
parentb57afcaf3bb8dcbf3ae92d9cc39d05a9e53c6039 (diff)
downloadports-0394ab4b9b22921fb1b60de3374ccb5539ad2196.tar.gz
ports-0394ab4b9b22921fb1b60de3374ccb5539ad2196.zip
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=63264
Diffstat (limited to 'games/bombermaze')
-rw-r--r--games/bombermaze/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile
index cb8a2ef933d4..b19e8f4a453e 100644
--- a/games/bombermaze/Makefile
+++ b/games/bombermaze/Makefile
@@ -15,7 +15,8 @@ MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -23,11 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CFLAGS+= -fpermissive
-pre-patch:
+post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
- 's|[(]datadir[)]/gnome/|(datadir)/|g ; \
- s|[(]datadir[)]/locale|(prefix)/share/locale|g'
.include <bsd.port.mk>