pkgsrc-wip/gettext-lib/Makefile
Roland Illig 2c1cc3dceb Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
2005-11-28 00:27:22 +00:00

32 lines
767 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/11/28 00:27:25 rillig Exp $
.include "../../wip/gettext-runtime/Makefile.common"
PKGNAME= gettext-lib-${GETTEXT_VERSION}
SVR4_PKGNAME= gttli
COMMENT= Internationalized Message Handling Library (libintl)
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-included-gettext
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
BUILD_DIRS= ${WRKSRC}/gettext-runtime/intl
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
CPPFLAGS+= -D_INTL_REDIRECT_MACROS=1 -DSTATIC=static
.endif
TEST_TARGET= check
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"