summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-02-20 17:57:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-02-20 17:57:03 +0000
commit16cdbf7cfad2a18df3d6a76ec9760836dbee9086 (patch)
treeae6e0e96dd778fc2b626cde4f671592673992bf9 /games
parentUSE_PERL is superfluous because PERL_CONFIGURE implies it. (diff)
Use USE_GNOMENG and drop maintainership.
Notes
Notes: svn path=/head/; revision=75958
Diffstat (limited to 'games')
-rw-r--r--games/pythoong/Makefile11
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>