* Programming languages support: - XML: xgettext can now load custom string extraction rules supplied by consumer projects. The rules are written in XML, utilizing the Internationalization Tag Set (ITS) standard. All the existing XML-based language scanners (Glade, GSettings, and AppData) are rewritten using ITS. In addition, msgfmt now has --xml option to merge translations back to the original XML document. * Portability: - Improve OS/2 kLIBC support (still not complete) - Remove dependency on expat
20 lines
519 B
Text
20 lines
519 B
Text
# $NetBSD: Makefile.common,v 1.13 2016/02/01 14:56:29 adam Exp $
|
|
#
|
|
# used by devel/gettext/Makefile
|
|
# used by devel/gettext-asprintf/Makefile
|
|
# used by devel/gettext-lib/Makefile
|
|
# used by devel/gettext-m4/Makefile
|
|
# used by devel/gettext-tools/Makefile
|
|
|
|
DISTNAME= gettext-0.19.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
|
|
|
MAINTAINER?= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
CONFLICTS= gettext<=0.10.35
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|