diff options
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 1fb3d82..ec39e78 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,17 +6,25 @@ # PORTNAME= intltool -PORTVERSION= 0.11 +PORTVERSION= 0.15 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org +LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv + +USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ intltoolize.8 +pre-patch: + @find ${WRKSRC} -name "intltool-*.in" | xargs ${PERL} -pi -e \ + 's|iconv -|giconv -|g' + .include <bsd.port.mk> |