Ticket #29573: Portfile

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

startup-notification @0.12 Portfile

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