summaryrefslogtreecommitdiff
path: root/databases/postgresql13-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql13-docs/Makefile')
-rw-r--r--databases/postgresql13-docs/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/postgresql13-docs/Makefile b/databases/postgresql13-docs/Makefile
new file mode 100644
index 00000000000..76f1e748c45
--- /dev/null
+++ b/databases/postgresql13-docs/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/10/18 09:24:02 adam Exp $
+
+PKGNAME= ${DISTNAME:S/-/13-docs-/}
+COMMENT= PostgreSQL database documentation
+
+.include "../../databases/postgresql13/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"