1 | # $Id: Portfile 26145 2007-06-14 11:49:29Z rhwood@macports.org $ |
---|
2 | PortSystem 1.0 |
---|
3 | name gnome-doc-utils |
---|
4 | version 0.10.3 |
---|
5 | revision 1 |
---|
6 | description GNOME document utils. |
---|
7 | long_description \ |
---|
8 | gnome-doc-utils is a collection of documentation utilities \ |
---|
9 | for the Gnomeproject. Notably, it contains utilities for building \ |
---|
10 | documentation andall auxiliary files in your source tree, and it \ |
---|
11 | contains the DocBookXSLT stylesheets that were once distributed \ |
---|
12 | with Yelp. |
---|
13 | maintainers rhwood openmaintainer@macports.org |
---|
14 | categories gnome |
---|
15 | platforms darwin |
---|
16 | homepage http://www.gnome.org/ |
---|
17 | master_sites gnome:sources/gnome-doc-utils/0.10/ |
---|
18 | |
---|
19 | checksums md5 43f3a4086ec1254cbe20b85948192d18 \ |
---|
20 | sha1 0136b049a7e36bb245e11da13f48c4246029d148 \ |
---|
21 | rmd160 5c6b13873c06e98925e2a1a10aeceba3a06d1c06 |
---|
22 | |
---|
23 | use_bzip2 yes |
---|
24 | |
---|
25 | depends_lib \ |
---|
26 | port:libxslt \ |
---|
27 | port:py25-libxml2 \ |
---|
28 | port:fribidi |
---|
29 | depends_run \ |
---|
30 | port:scrollkeeper \ |
---|
31 | port:iso-codes |
---|
32 | |
---|
33 | configure.env PYTHON=${prefix}/bin/python2.5 |
---|
34 | configure.args --disable-scrollkeeper |
---|
35 | |
---|
36 | post-patch { |
---|
37 | reinplace "s| -W compat||g" ${worksrcpath}/doc/xslt/Makefile.in |
---|
38 | } |
---|
39 | |
---|
40 | post-activate { |
---|
41 | system "scrollkeeper-update" |
---|
42 | } |
---|