summaryrefslogtreecommitdiffstats
path: root/devel/gtranslator/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-25 11:55:05 +0000
committersobomax <sobomax@FreeBSD.org>2002-07-25 11:55:05 +0000
commitb834795246abe428a87ac60c3df421f05ae8e58b (patch)
treef086e9c15ccfff721cb1ab896fe8d1c954aba854 /devel/gtranslator/Makefile
parent15105d57c078bb3815897a274a63cfbce68f55af (diff)
downloadFreeBSD-ports-b834795246abe428a87ac60c3df421f05ae8e58b.zip
FreeBSD-ports-b834795246abe428a87ac60c3df421f05ae8e58b.tar.gz
Update to 0.43.
Diffstat (limited to 'devel/gtranslator/Makefile')
-rw-r--r--devel/gtranslator/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile
index 41c1dba..7039a59 100644
--- a/devel/gtranslator/Makefile
+++ b/devel/gtranslator/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gtranslator
-PORTVERSION= 0.41
-PORTREVISION= 1
+PORTVERSION= 0.43
CATEGORIES= devel gnome
MASTER_SITES= http://www.gtranslator.org/download/releases/${PORTVERSION}/ \
${MASTER_SITE_SOURCEFORGE}
@@ -17,8 +16,9 @@ MAINTAINER= sobomax@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
-GNU_CONFIGURE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs gal gnomevfs
+USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --disable-debug
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv -lgnuregex"
@@ -26,11 +26,8 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv -lgnuregex"
MAN1= gtranslator.1 pozilla.sh.1
MANCOMPRESSED= yes
-pre-patch:
+post-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|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>
OpenPOWER on IntegriCloud