Ticket #16720: Portfile.2.23.3

File Portfile.2.23.3, 1.5 KB (added by pgijnxn02@…, 16 years ago)

gnome-desktop 2.23.3 Portfile

Line 
1# $Id: Portfile.40283 40283 2008-09-28 18:41:35Z jmr@macports.org $
2
3PortSystem      1.0
4
5name            gnome-desktop
6version         2.23.3
7set branch      [join [lrange [split ${version} .] 0 1] .]
8maintainers     nomaintainer
9categories      gnome
10platforms       darwin
11description     Additional UI API for GNOME 2
12
13long_description \
14    This is a collection of APIs not included in \
15    libgnomeui as they have not undergone sufficient \
16    testing.
17
18homepage        http://www.gnome.org/
19master_sites    gnome:sources/${name}/${branch}/
20use_bzip2       yes
21
22checksums       md5 fb305062009feef6afc4eb8b70e3e8ea
23
24# I do not know if fribidi is a build or run time dependency
25
26depends_build   port:gnome-doc-utils
27
28depends_lib     port:libxml2 \
29                port:gtk2 \
30                path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \
31                port:gconf \
32                port:libgnomecanvas \
33                port:libgnomeui \
34                port:gnome-vfs \
35                port:startup-notification \
36                port:gettext \
37                port:gnome-themes \
38                port:py25-gnome \
39                port:gvfs
40
41configure.args  --with-gnome-distributor=MacPorts \
42                --with-kde-datadir=${prefix}/share \
43                --disable-scrollkeeper
44
45configure.python  ${prefix}/bin/python2.5
46
47post-activate {
48    system "${prefix}/bin/scrollkeeper-update"
49}
50
51livecheck.check regex
52livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
53livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}