Ticket #31203: Portfile

File Portfile, 925 bytes (added by ak.ml@…, 13 years ago)

garcon's Portfile

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