# $Id: Portfile 68488 2010-06-04 17:03:55Z jwa@macports.org $

PortSystem 1.0

name			postgresql81-doc
version			8.1.21
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     0f0868eca8c39e22390e688effe2af5f \
                    sha1    8fa8d9c53c26e7e7ffc962f9cf4f4537c1090cfd \
                    rmd160  f0629ed67a877832074cf389e9cd0119eb3a02ad

use_bzip2		yes
dist_subdir		postgresql81

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

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

destroot.dir	${build.dir}

livecheck.type	regex
livecheck.url	${homepage}
livecheck.regex	(8.1.\[0-9\]+)
