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