d828a3e56b
Release notes This release does not have release notes. Changelog This release does not have a changelog. 5 bugs targeted: .mo are installed in /usr/lib rather than /usr/share under FreeBSD Add support for Qt Designer UI files Translation template has full path to source files Spaces around = in .ini files are processed incorrectly Regex used in intltool-extract does not support single-quotes.
25 lines
740 B
Makefile
25 lines
740 B
Makefile
# $NetBSD: Makefile,v 1.63 2015/03/09 05:51:26 wiz Exp $
|
|
|
|
DISTNAME= intltool-0.51.0
|
|
CATEGORIES= textproc devel gnome
|
|
MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ \
|
|
http://launchpadlibrarian.net/94524169/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://launchpad.net/intltool/
|
|
COMMENT= Internationalization Tool Collection
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
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"
|