ee68c93314
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
32 lines
934 B
Makefile
32 lines
934 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/07/07 15:49:31 jlam Exp $
|
|
|
|
DISTNAME= gettext-0.14.5
|
|
PKGNAME= gettext-tools-0.14.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
|
|
COMMENT= Tools for providing messages in different languages
|
|
|
|
BUILDLINK_API_DEPENDS.gettext+= gettext-lib>=0.14.5
|
|
CONFLICTS= gettext<0.14.5
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
|
INFO_FILES= # PLIST
|
|
|
|
BROKEN_GETTEXT_DETECTION= yes
|
|
USE_BUILTIN.gettext= no # force use of pkgsrc gettext-lib
|
|
|
|
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=
|
|
CONFIGURE_ENV+= ac_cv_libexpat=no
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|