d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
29 lines
802 B
Makefile
29 lines
802 B
Makefile
# $NetBSD: Makefile,v 1.60 2013/05/31 12:42:07 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= intltool-0.50.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc devel gnome
|
|
MASTER_SITES= https://launchpad.net/intltool/trunk/${PKGVERSION_NOREV}/+download/ \
|
|
http://launchpadlibrarian.net/94524169/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://launchpad.net/intltool/
|
|
COMMENT= Internationalization Tool Collection
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser
|
|
|
|
CONFLICTS= xml-i18n-tools-[0-9]*
|
|
|
|
USE_TOOLS+= gmake perl:run
|
|
GNU_CONFIGURE= YES
|
|
CHECK_INTERPRETER_SKIP= share/intltool/*.in
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|