diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-19 23:46:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-19 23:46:46 +0800 |
commit | fb451ce9c55ddd69b1c8a85a9e7ecbb6e0624e4c (patch) | |
tree | e0661b2cde4af329dfc557939641de1ab756bf8c | |
parent | cd6d687c47c943ea05f412b4b6a778833320af65 (diff) | |
download | freebsd-ports-gnome-fb451ce9c55ddd69b1c8a85a9e7ecbb6e0624e4c.tar.gz freebsd-ports-gnome-fb451ce9c55ddd69b1c8a85a9e7ecbb6e0624e4c.tar.zst freebsd-ports-gnome-fb451ce9c55ddd69b1c8a85a9e7ecbb6e0624e4c.zip |
Use USE_GNOMENG.
-rw-r--r-- | games/atomix/Makefile | 8 |
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> |