diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-02-20 17:57:03 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-02-20 17:57:03 +0000 |
commit | efefdc8e7d1b09b78d7e718f4e2c0b61d36a5139 (patch) | |
tree | d85e732eeae3750de0855f3ca6e8a6a5aa21d1ec | |
parent | b91a605b5881170332d42a4814cbfaa7627ee1a9 (diff) | |
download | FreeBSD-ports-efefdc8e7d1b09b78d7e718f4e2c0b61d36a5139.zip FreeBSD-ports-efefdc8e7d1b09b78d7e718f4e2c0b61d36a5139.tar.gz |
Use USE_GNOMENG and drop maintainership.
-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 ef06f47..c671063 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> |