# $Id: Portfile 53793 2009-07-14 05:05:41Z ryandesign@macports.org $

PortSystem 1.0

name			postgresql84-doc
version			8.4.0
categories		databases
platforms		darwin
maintainers		mww jwa
description		Documentation for the postgresql database
long_description PostgreSQL is Object-Relational Database Management System. \
				It supports almost all SQL constructs, including transactions, \
				subselects, and user-defined types and functions. Write-ahead \
				logging means increased performance while retaining data \
				integrity. This is the documentation.

homepage		http://www.postgresql.org/
master_sites		postgresql:source/v${version}
distname		postgresql-${version}

checksums           md5     1f172d5f60326e972837f58fa5acd130 \
                    sha1    7a4776155049b8343f3b3b2e071002bb9db47f44 \
                    rmd160  7b0a3b6d6c6c67479a1de2d8a3efb3a27e50fe2e

use_bzip2		yes
dist_subdir		postgresql84

set libdir		${prefix}/lib/postgresql84
configure.args	--mandir=${prefix}/share/man \
				--with-docdir=${prefix}/share/doc/postgresql84 \
				--without-openssl \
				--without-rendezvous \
				--without-readline \
				--without-zlib

build.dir		${worksrcpath}/doc
build.type		gnu
build.target

destroot.dir	${build.dir}

livecheck.check	regex
livecheck.url	${homepage}
livecheck.regex	(8\\.4\\.\[0-9\]+)

