f67ff12932
when needed) is correct but... no answers in tech-pkg@ for several days. * Use absolute paths and allow env var overrides for gettext scripts -- bug #152020 (Rodney Dawes) * Allow shell-backticks (and other shell features) in variable names -- bug #152448 (Danilo Segan) * Fix typographical error in intltool.m4 -- bug #153630 (Rodney Dawes)
35 lines
901 B
Makefile
35 lines
901 B
Makefile
# $NetBSD: Makefile,v 1.19 2004/10/02 11:57:04 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= intltool-0.31.3
|
|
CATEGORIES= textproc devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.31/}
|
|
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
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ENV+= PERL=${PERL5}
|
|
|
|
.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"
|