summaryrefslogtreecommitdiff
path: root/textproc/intltool/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-06-27 17:27:12 +0000
committerjmmv <jmmv@pkgsrc.org>2004-06-27 17:27:12 +0000
commita90d2e5119e16470255aa30d223019537881b657 (patch)
tree42c52be7a0370aefcac37788a73982608724dfd9 /textproc/intltool/Makefile
parentc6a5db820ec95237dde4a0d6f94dff8bbf41ce5b (diff)
downloadpkgsrc-a90d2e5119e16470255aa30d223019537881b657.tar.gz
Update to 0.31. While here, make this package also install the xml-i18n-tools
utility to obsolete the standalone xml-i18n-tools package. Changes since 0.30: * Usage of [no-xml] option in AC_PROG_INTLTOOL to avoid requiring XML::Parser Perl module. (Rodney Dawes) * Support for C#. (Rodney) * Support for running intltool-update without autoconf, or with po/Makevars file (as used in gettext). (Danilo Segan) * New XML merging (compatible with pre-0.27.2 intltool) -- bug #130802 -- entity decoding and encoding is not done anymore for XML. (Danilo) * Multiple-output XML merging now produces simpler files, and sets "xml:lang" only when translation is used -- bug #46650. (Danilo) * Support for passing comments to translators from XML and GConf schema files. (Danilo) * Many bug fixes (Rodney, Danilo, Callum McKenzie)
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r--textproc/intltool/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index 5c2a287da84..61aac28fa6f 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2004/06/04 23:52:46 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/06/27 17:27:12 jmmv Exp $
#
-DISTNAME= intltool-0.30
+DISTNAME= intltool-0.31
CATEGORIES= textproc devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.30/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.31/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
@@ -14,13 +14,18 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
-CONFLICTS= xml-i18n-tools<=0.9
+CONFLICTS= xml-i18n-tools-[0-9]*
+AUTOMAKE_REQD= 1.4
USE_GNU_TOOLS+= make
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PERL=${PERL5}
+pre-configure:
+ cd ${WRKSRC} && ${AUTOMAKE} --add-missing
+
.include "../../lang/perl5/buildlink3.mk"
+.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"