2006-07-26 08:53:02 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2006/07/26 06:53:02 adam Exp $
|
2006-02-05 23:38:15 +01:00
|
|
|
|
2006-07-26 08:53:02 +02:00
|
|
|
DISTNAME= gettext-0.14.6
|
|
|
|
PKGNAME= gettext-tools-0.14.6
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
2006-02-05 23:38:15 +01:00
|
|
|
|
2006-07-26 08:53:02 +02:00
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
|
|
|
COMMENT= Tools for providing messages in different languages
|
2006-02-05 23:38:15 +01:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.gettext+= gettext-lib>=0.14.5
|
2006-02-05 23:38:15 +01:00
|
|
|
CONFLICTS= gettext<0.14.5
|
|
|
|
|
2006-07-26 08:53:02 +02:00
|
|
|
USE_LIBTOOL= yes
|
2006-02-05 23:38:15 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
2006-02-11 16:54:00 +01:00
|
|
|
CONFIGURE_ENV+= GCJ= ac_cv_prog_GCJ= ac_cv_prog_JAR=
|
|
|
|
CONFIGURE_ENV+= HAVE_GCJ_IN_PATH=
|
|
|
|
CONFIGURE_ENV+= HAVE_JAVAC_IN_PATH=
|
|
|
|
CONFIGURE_ENV+= HAVE_JIKES_IN_PATH=
|
2006-02-20 15:04:45 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_libexpat=no
|
2006-02-11 16:54:00 +01:00
|
|
|
|
2006-07-26 08:53:02 +02:00
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
INFO_FILES= yes
|
|
|
|
|
|
|
|
BROKEN_GETTEXT_DETECTION= yes
|
|
|
|
USE_BUILTIN.gettext= no # force use of pkgsrc gettext-lib
|
|
|
|
|
2006-02-05 23:38:15 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|