pkgsrc/databases/postgresql91-docs/Makefile
wiz 98c3768c3a Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:35 +00:00

22 lines
780 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:56 wiz Exp $
PKGNAME= ${DISTNAME:C/-/91-docs-/}
PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql91/Makefile.common"
BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
USE_TOOLS+= gzip tar perl:build
CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share
CONFIGURE_ENV+= DOCBOOKSTYLE="${PREFIX}/share/sgml/docbook/dsssl/modular"
BUILD_DIRS= doc
.include "../../mk/bsd.pkg.mk"