Ticket #31203: Portfile.2

File Portfile.2, 1.1 KB (added by ak.ml@…, 13 years ago)

libxfce4ui's Portfile

Line 
1# $Id: Portfile 78866 2011-05-24 21:29:17Z jeremyhu@macports.org $
2
3PortSystem 1.0
4
5name             libxfce4ui
6version          4.8.0
7set branch       [join [lrange [split ${version} .] 0 1] .]
8categories       xfce
9platforms        darwin
10maintainers      afb
11description      various gtk widgets for xfce
12long_description ${description}
13homepage         http://www.xfce.org/
14master_sites     http://archive.xfce.org/src/xfce/${name}/${branch}/
15use_bzip2        yes
16checksums        sha256 21f67fd004653440bfdb44874ed69c9806b4784978ec068d0b1c7012864ba339 \
17                 rmd160 60ab88a663b1f1a41967837ecc6630fd0fb2a3a8
18
19configure.args  --enable-startup-notification \
20                --x-include=${prefix}/include --x-lib=${prefix}/lib
21
22depends_lib     port:libxfce4util \
23                port:xfconf \
24                path:lib/pkgconfig/gladeui-1.0.pc:glade3 \
25                port:libglade2 \
26                port:gtk-xfce-engine \
27                port:libxml2 \
28                port:startup-notification
29
30platform darwin {
31        configure.args-append --disable-visibility
32}
33
34livecheck.type   regex
35livecheck.url    http://archive.xfce.org/feeds/project/${name}
36livecheck.regex  "<id>${name}-(\[^<\]*)</id>"