summaryrefslogtreecommitdiff
path: root/databases/postgresql92-docs/Makefile
diff options
context:
space:
mode:
authoradam <adam>2012-10-05 21:03:10 +0000
committeradam <adam>2012-10-05 21:03:10 +0000
commit0b79131278de510556bfa45cadfcd59fd010ede0 (patch)
treea69a2fb35b4ccb1bbdfd5c01ee1680b59a18ac99 /databases/postgresql92-docs/Makefile
parent69fc1cc606edabc3462694140728d58e86ac7ce7 (diff)
downloadpkgsrc-0b79131278de510556bfa45cadfcd59fd010ede0.tar.gz
The PostgreSQL Global Development Group announces PostgreSQL 9.2, the latest release of the leader in open source databases. Since the beta release was announced in May, developers and vendors have praised it as a leap forward in performance, scalability and flexibility. Users are expected to switch to this version in record numbers.
PostgreSQL 9.2 will ship with native JSON support, covering indexes, replication and performance improvements, and many more features. We are eagerly awaiting this release and will make it available in Early Access as soon as it’s released by the PostgreSQL community," said Ines Sombra, Lead Data Engineer, Engine Yard.
Diffstat (limited to 'databases/postgresql92-docs/Makefile')
-rw-r--r--databases/postgresql92-docs/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/postgresql92-docs/Makefile b/databases/postgresql92-docs/Makefile
new file mode 100644
index 00000000000..532079b3510
--- /dev/null
+++ b/databases/postgresql92-docs/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2012/10/05 21:03:11 adam Exp $
+
+PKGNAME= ${DISTNAME:C/-/92-docs-/}
+COMMENT= PostgreSQL database documentation
+
+.include "../../databases/postgresql92/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"