blob: c6a1e01978f274680670132749aa23ac8b37579f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.6 2013/03/06 14:34:01 apb Exp $
.include <bsd.own.mk>
MODULE= gettext
CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \
--with-included-gettext --disable-csharp
CONFIGURE_ENV+= EMACS=no
MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q}
.include "${.CURDIR}/../Makefile.gnuhost"
|