2003-09-25 05:00:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.26 2003/09/25 03:00:57 danw 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
|
2003-09-25 05:00:57 +02:00
|
|
|
PKGREVISION= 2
|
2000-10-31 18:06:17 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2000-11-16 03:40:12 +01:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
2003-07-21 18:35:12 +02: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
|
|
|
|
2003-03-22 12:35:44 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "Darwin"
|
2003-09-25 05:00:57 +02:00
|
|
|
CPPFLAGS+= -D_INTL_REDIRECT_MACROS=1 -DSTATIC=static
|
2003-03-22 12:35:44 +01:00
|
|
|
.endif
|
|
|
|
|
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"
|