1 | # $Id: Portfile 75511 2011-01-27 19:47:07Z afb@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name garcon |
---|
6 | version 0.1.8 |
---|
7 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
8 | categories xfce |
---|
9 | platforms darwin |
---|
10 | maintainers afb |
---|
11 | description garcon is a freedesktop.org compliant menu implementation based on GLib and GIO. |
---|
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 955a05e72ebbadc8207bb7b2c7349e71830dbdd596dbba3ea3665f0ecfb9cf63 \ |
---|
17 | rmd160 5c3507484bf198db7acbe8d5bbec4a335230c5e3 |
---|
18 | |
---|
19 | configure.args --mandir=${prefix}/share/man |
---|
20 | |
---|
21 | depends_build port:pkgconfig |
---|
22 | depends_lib port:libxfce4util port:gtk2 |
---|
23 | |
---|
24 | livecheck.type regex |
---|
25 | livecheck.url http://archive.xfce.org/feeds/project/${name} |
---|
26 | livecheck.regex "<id>${name}-(\[^<\]*)</id>" |
---|