aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-19 23:46:46 +0800
committersobomax <sobomax@FreeBSD.org>2002-07-19 23:46:46 +0800
commitfb451ce9c55ddd69b1c8a85a9e7ecbb6e0624e4c (patch)
treee0661b2cde4af329dfc557939641de1ab756bf8c
parentcd6d687c47c943ea05f412b4b6a778833320af65 (diff)
downloadfreebsd-ports-gnome-fb451ce9c55ddd69b1c8a85a9e7ecbb6e0624e4c.tar.gz
freebsd-ports-gnome-fb451ce9c55ddd69b1c8a85a9e7ecbb6e0624e4c.tar.zst
freebsd-ports-gnome-fb451ce9c55ddd69b1c8a85a9e7ecbb6e0624e4c.zip
Use USE_GNOMENG.
-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>