# $Id: Portfile,v 1.13 2006/04/08 11:20:56 rhwood Exp $
PortSystem 1.0
name		gnome-doc-utils
version		0.6.0
description	GNOME document utils.
long_description \
       gnome-doc-utils is a collection of documentation utilities \
	for the Gnomeproject. Notably, it contains utilities for building \
	documentation andall auxiliary files in your source tree, and it \
	contains the DocBookXSLT stylesheets that were once distributed with Yelp.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://www.gnome.org/
master_sites    gnome:sources/gnome-doc-utils/0.6/

checksums	md5 1e0c26e3e1159f60551aab5187634744 \
		sha1 a7a50259b8c3ba18b02ac4b87b36a0bf62fa853b \
		rmd160 44aa5f21c1ed2ba0c6ddb2c34d6d2bc472c077c2

use_bzip2 	yes

depends_lib	port:libxslt port:py-libxml2
depends_build	port:scrollkeeper

configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include"
configure.args	--disable-scrollkeeper

post-install {
	system "scrollkeeper-update"
}
