7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.54 2014/05/29 23:37:34 wiz Exp $
|
|
|
|
DISTNAME= gtk-doc-1.20
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.20/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gtk.org/gtk-doc/
|
|
COMMENT= Tools for authors of the GTK+ reference documentation
|
|
LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.1
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
DEPENDS+= docbook-xml>=4.4nb1:../../textproc/docbook-xml
|
|
DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl
|
|
|
|
GNU_CONFIGURE= YES
|
|
PKGCONFIG_OVERRIDE= gtk-doc.pc.in
|
|
CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q}
|
|
USE_TOOLS+= gmake perl:run pkg-config:run msgfmt
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.20
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
# needed together with pkg-config by gtkdoc-depscan at runtime
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../textproc/xmlcatmgr/catalogs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|