Ticket #12329: Portfile

File Portfile, 1.1 KB (added by yves@…, 17 years ago)

gnome-doc-utils

Line 
1# $Id: Portfile 26145 2007-06-14 11:49:29Z rhwood@macports.org $
2PortSystem 1.0
3name            gnome-doc-utils
4version         0.10.3
5revision    1
6description     GNOME document utils.
7long_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.
13maintainers     rhwood openmaintainer@macports.org
14categories      gnome
15platforms       darwin
16homepage        http://www.gnome.org/
17master_sites    gnome:sources/gnome-doc-utils/0.10/
18
19checksums       md5 43f3a4086ec1254cbe20b85948192d18 \
20                sha1 0136b049a7e36bb245e11da13f48c4246029d148 \
21                rmd160 5c6b13873c06e98925e2a1a10aeceba3a06d1c06
22
23use_bzip2       yes
24
25depends_lib     \
26        port:libxslt \
27        port:py25-libxml2 \
28        port:fribidi
29depends_run     \
30        port:scrollkeeper \
31        port:iso-codes
32
33configure.env   PYTHON=${prefix}/bin/python2.5
34configure.args  --disable-scrollkeeper
35
36post-patch      {
37        reinplace "s| -W compat||g" ${worksrcpath}/doc/xslt/Makefile.in
38}
39 
40post-activate   {
41        system "scrollkeeper-update"
42}