233ebc9859
Version 0.34.1 * automake/autoconf fixes and improvements (Rodney Dawes, Stepan Kasal) * extraction of XML attributes fixed (Danilo Segan) Version 0.34 * Fix the regex for stripping the intltool type tags in POTFILES.in -- bug #171330 (Stepan Kasal) * Add notice about using DISTCLEANFILES for toplevel Makefile.am -- bug #309455 (Tim-Philipp Muller) * Discard not-well-formed translations when merging XML -- bug #170471 (Danilo Segan) * Correct handling of xml:space inheritance -- bug #160262 (Danilo Segan) * Merge multiple comments for the same string in XML files -- bug #171579 (Danilo Segan) * Update sed script to be more practictal for translatable XML -- bug #304365 (Nickolay V. Shmyrev) * Support disting files that may not exist for all packages via EXTRA_DISTFILES -- bugs #168788 and #171327 (Rodney Dawes) * Do not create the pot file during dist, but do build it for check (Stepan Kasal) * Add support for use on win32 native perl (Tor Lillqvist) * Do not dist .gmo files, and remove them with distclean Remove Makefile.in.in with maintainer-clean -- bug #166724 (Rodney Dawes) * Minor fixes to Makefile.in.in (Stepan Kasal) * Use --verbose instead of --statistics for msgfmt -- bug #165881 * Remove the need for patching Makefile.in.in and just copy in our own -- bug #165066 (Rodney Dawes)
25 lines
637 B
Makefile
25 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.29 2005/10/08 17:18:47 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= intltool-0.34.1
|
|
CATEGORIES= textproc devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.34/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Toolbox for internationalisation
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
|
|
|
|
CONFLICTS= xml-i18n-tools-[0-9]*
|
|
|
|
USE_TOOLS+= gmake perl:run
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|