2002-12-22 20:04:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.18 2002/12/22 19:04:08 jlam Exp $
|
2000-10-31 18:06:17 +01:00
|
|
|
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
|
|
|
|
#
|
|
|
|
|
2002-11-27 18:41:05 +01:00
|
|
|
DISTNAME= gettext-0.11.5
|
|
|
|
PKGNAME= gettext-lib-0.11.5
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= gttli
|
2000-10-31 18:06:17 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
2000-11-16 03:40:12 +01:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= tools for providing messages in different languages, libintl only
|
2000-10-31 18:06:17 +01:00
|
|
|
|
2001-04-21 14:53:29 +02:00
|
|
|
CONFLICTS= gettext<=0.10.35
|
2002-08-23 03:22:40 +02:00
|
|
|
|
2002-12-22 20:04:07 +01:00
|
|
|
USE_BUILDLINK2= # defined
|
|
|
|
USE_LIBTOOL= # defined
|
2002-11-27 18:41:05 +01:00
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
2002-12-22 20:04:07 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= # defined
|
2000-10-31 18:06:17 +01:00
|
|
|
CONFIGURE_ARGS+= --with-included-gettext
|
2002-12-22 20:04:07 +01:00
|
|
|
|
2002-07-19 05:07:21 +02:00
|
|
|
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
|
|
|
|
CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
|
2002-08-19 21:20:30 +02:00
|
|
|
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
|
|
|
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
2000-10-31 18:06:17 +01:00
|
|
|
|
2002-11-27 18:41:05 +01:00
|
|
|
ALL_TARGET= all-yes
|
2000-11-29 06:05:28 +01:00
|
|
|
INSTALL_TARGET= install-exec
|
2002-12-02 12:24:40 +01:00
|
|
|
BUILD_DIRS= ${WRKSRC}/intl
|
2000-10-31 18:06:17 +01:00
|
|
|
|
2002-12-22 20:04:07 +01:00
|
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
2000-10-31 18:06:17 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|