summaryrefslogtreecommitdiff
path: root/games/atomix
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-19 15:46:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-19 15:46:46 +0000
commit44f8e7ea912efb478183f4d6b6a3a81ef8cf1351 (patch)
tree25f2644d1bb473711952065d115d40a811f9b72b /games/atomix
parent- Use USE_GNOMENG; (diff)
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=63253
Diffstat (limited to 'games/atomix')
-rw-r--r--games/atomix/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
index 72176a1441eb..fcd6cc17290f 100644
--- a/games/atomix/Makefile
+++ b/games/atomix/Makefile
@@ -13,17 +13,15 @@ MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/
MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-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>