# $Id: Portfile 26145 2007-06-14 11:49:29Z rhwood@macports.org $ PortSystem 1.0 name gnome-doc-utils version 0.10.3 revision 1 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 rhwood openmaintainer@macports.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/gnome-doc-utils/0.10/ checksums md5 43f3a4086ec1254cbe20b85948192d18 \ sha1 0136b049a7e36bb245e11da13f48c4246029d148 \ rmd160 5c6b13873c06e98925e2a1a10aeceba3a06d1c06 use_bzip2 yes depends_lib \ port:libxslt \ port:py25-libxml2 \ port:fribidi depends_run \ port:scrollkeeper \ port:iso-codes configure.env PYTHON=${prefix}/bin/python2.5 configure.args --disable-scrollkeeper post-patch { reinplace "s| -W compat||g" ${worksrcpath}/doc/xslt/Makefile.in } post-activate { system "scrollkeeper-update" }