pkgsrc/textproc/intltool/Makefile
jlam 48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00

32 lines
847 B
Makefile

# $NetBSD: Makefile,v 1.25 2005/05/22 05:35:33 jlam Exp $
#
DISTNAME= intltool-0.33
CATEGORIES= textproc devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.33/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Toolbox for internationalisation
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
CONFLICTS= xml-i18n-tools-[0-9]*
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.prefs.mk"
.include "../../mk/buildlink3/bsd.builtin.mk"
.if !empty(USE_BUILTIN.gettext:M[Nn][Oo])
DEPENDS+= gettext>=0.11.5:../../devel/gettext
.endif
.include "../../mk/bsd.pkg.mk"