1 | # $Id: Portfile 67873 2010-05-20 12:22:00Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name startup-notification |
---|
6 | version 0.12 |
---|
7 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
8 | maintainers kpricorn.org:macports openmaintainer |
---|
9 | categories gnome |
---|
10 | platforms darwin |
---|
11 | description Library that supports startup notification specs. |
---|
12 | |
---|
13 | long_description \ |
---|
14 | startup-notification is a minimal library that \ |
---|
15 | supports the startup notification spec described \ |
---|
16 | at www.freedesktop.org. |
---|
17 | |
---|
18 | homepage http://www.freedesktop.org/wiki/Software/startup-notification |
---|
19 | master_sites http://www.freedesktop.org/software/startup-notification/releases/ |
---|
20 | |
---|
21 | checksums md5 2cd77326d4dcaed9a5a23a1232fb38e9 \ |
---|
22 | sha1 4198bce2808d03160454a2940d989f3a5dc96dbb \ |
---|
23 | rmd160 a0251adf67a804b7b22f41eaabb8e3d59a4c1856 |
---|
24 | |
---|
25 | depends_lib \ |
---|
26 | port:xorg-libsm \ |
---|
27 | port:xorg-libX11 \ |
---|
28 | port:xorg-libxcb \ |
---|
29 | port:xorg-xcb-util \ |
---|
30 | port:xorg-xcb-proto |
---|
31 | |
---|
32 | use_autoreconf yes |
---|
33 | |
---|
34 | livecheck.type regex |
---|
35 | livecheck.url http://www.freedesktop.org/software/startup-notification/releases/ |
---|
36 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|