# $Id$ PortSystem 1.0 name gnome-doc-utils version 0.12.0 set branch [join [lrange [split ${version} .] 0 1] .] revision 3 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 nomaintainer categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ checksums md5 5934c08d12407d8233416343cd73df24 \ sha1 e20c74ad415b9ddfdf6c8d663e22bf27c0b939c4 \ rmd160 3ac9b6f04163ba2581b048282f64558f608ca44d use_bzip2 yes patchfiles \ diff-xml2po_xml2po.py.patch depends_build \ port:pkgconfig \ port:perl5.8 \ port:p5-xml-parser depends_lib \ port:gettext \ port:libiconv \ port:libxml2 \ port:libxslt \ port:py25-gobject \ port:py25-hashlib \ port:py25-libxml2 \ port:py25-numeric \ port:python25 depends_run \ port:docbook-xml \ port:docbook-xsl \ port:scrollkeeper \ port:iso-codes configure.env PYTHON=${prefix}/bin/python2.5 configure.args --disable-scrollkeeper \ --mandir=${prefix}/share/man post-patch { reinplace "s| -W compat||g" ${worksrcpath}/doc/xslt/Makefile.in } post-activate { system "${prefix}/bin/scrollkeeper-update" } universal_variant no livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}