c3eb9a3255
building of these packages by using buildlink2.
34 lines
965 B
Makefile
34 lines
965 B
Makefile
# $NetBSD: Makefile,v 1.18 2002/12/22 19:04:08 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
|
|
#
|
|
|
|
DISTNAME= gettext-0.11.5
|
|
PKGNAME= gettext-lib-0.11.5
|
|
SVR4_PKGNAME= gttli
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
|
COMMENT= tools for providing messages in different languages, libintl only
|
|
|
|
CONFLICTS= gettext<=0.10.35
|
|
|
|
USE_BUILDLINK2= # defined
|
|
USE_LIBTOOL= # defined
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GNU_CONFIGURE= # defined
|
|
CONFIGURE_ARGS+= --with-included-gettext
|
|
|
|
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
|
|
CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
|
|
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
|
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
|
|
|
ALL_TARGET= all-yes
|
|
INSTALL_TARGET= install-exec
|
|
BUILD_DIRS= ${WRKSRC}/intl
|
|
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|