diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-20 17:57:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-20 17:57:03 +0000 |
commit | 16cdbf7cfad2a18df3d6a76ec9760836dbee9086 (patch) | |
tree | ae6e0e96dd778fc2b626cde4f671592673992bf9 /games | |
parent | c0003a836185e57ad81f5800b7592bdff183c629 (diff) | |
download | ports-16cdbf7cfad2a18df3d6a76ec9760836dbee9086.tar.gz ports-16cdbf7cfad2a18df3d6a76ec9760836dbee9086.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pythoong/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/pythoong/Makefile b/games/pythoong/Makefile index ef06f47fa44b..c671063221c6 100644 --- a/games/pythoong/Makefile +++ b/games/pythoong/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.99 CATEGORIES= games gnome MASTER_SITES= http://perso.wanadoo.fr/christophe.cressend/tarballs/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= xbmtopbm:${PORTSDIR}/graphics/netpbm @@ -19,15 +19,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - .include <bsd.port.mk> |