pkgsrc/textproc/intltool/Makefile
wiz 9dadf04410 Update to 0.40.6:
2009-03-14  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 0.40.6 for release

2009-03-14  Rodney Dawes  <dobey@gnome.org>

	* README:
	Update for new usage style and to refer to server files instead of oaf

	Fixes #568863

2009-02-28  Rodney Dawes  <dobey@gnome.org>

	* Makefile.in.in:
	Don't hardcode /bin/sh as the shell

	Fixes #573525

2008-11-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-update.in:
	Add basic support for PACKAGE_BUGREPORT specified by packages

2008-11-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac:
	Check for at least perl 5.8.1, and print the found version

	* intltool.m4:
	Check for at least perl 5.8.1 and print the found version
	Add _IT_SUBST macro to abstract usage of _AM_SUBST_NOTMAKE when we
	are using automake 1.10 or nwere

	Fixes #562085 and #561513

2008-11-22  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-merge.in:
	Replace iconv usage with perl's internal Encode::from_to()

2008-11-17  Rodney Dawes  <dobey.pwns@gmail.com>

	* Makefile.in.in:
	Quote the grep arguments that use ^

	Fixes #559528

2008-11-16  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-extract.in:
	Add support for extracting string data from Bioware Aurora Talk Table
	format files, along with the extra metadata associated with the strings

	* intltool-update.in:
	Add support for Bioware Aurora Talk Table format files in POTFILES

2008-11-05  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool.m4:
	Redirect grep output to /dev/null

	Fixes #557069
2009-03-22 09:37:03 +00:00

28 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.52 2009/03/22 09:37:03 wiz Exp $
#
DISTNAME= intltool-0.40.6
CATEGORIES= textproc devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.40/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Toolbox for internationalisation
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser
CONFLICTS= xml-i18n-tools-[0-9]*
USE_TOOLS+= gmake perl:run
GNU_CONFIGURE= YES
CHECK_INTERPRETER_SKIP= share/intltool/*.in
TEST_TARGET= check
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"