8583c6027e
* xgettext now understands the block comment syntax of Guile 2.0. * libgettextpo library: - The initial msgstr of a new message is now "", not NULL. - Bug fixes in the functions po_message_is_range, po_file_check_all, po_message_check_all. * Installation options: The configure options --with-xz and --with-bzip2 can be used to specify alternate compression methods for the archive used by the 'autopoint' program. These options, together with --with-git, allow to trade dependencies against installed package size. --with-xz has the highest compression rate, followed by --with-git, followed by --with-bzip2. * Autoconf macros: - The autoconf macros installed by 'gettextize' now work with the forthcoming Automake 1.14 and require Autoconf version 2.60 or newer. * Portability: - Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is now supported.
30 lines
918 B
Makefile
30 lines
918 B
Makefile
# $NetBSD: Makefile,v 1.54 2013/01/31 21:45:04 adam Exp $
|
|
|
|
.include "../../devel/gettext/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-lib-/}
|
|
SVR4_PKGNAME= gttli
|
|
COMMENT= Internationalized Message Handling Library (libintl)
|
|
|
|
USE_LANGUAGES= c
|
|
CONFIGURE_ARGS+= --with-included-gettext
|
|
CONFIGURE_ARGS+= --disable-csharp
|
|
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
|
|
CFLAGS+= ${CFLAGS.${ICONV_TYPE}-iconv}
|
|
CFLAGS.gnu-iconv+= -DHAVE_GNU_ICONV
|
|
|
|
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} localedir=${EGDIR}
|
|
INSTALL_MAKE_FLAGS+= includedir=${PREFIX}/include/gettext
|
|
|
|
CONFIGURE_DIRS= gettext-runtime
|
|
BUILD_DIRS= gettext-runtime/intl
|
|
EGDIR= ${PREFIX}/share/examples/gettext
|
|
LOCALEDIR= ${PREFIX}/${PKGLOCALEDIR}/locale
|
|
|
|
REQD_DIRS+= ${LOCALEDIR}
|
|
REQD_FILES+= ${EGDIR}/locale.alias ${LOCALEDIR}/locale.alias
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|