# $Id: Portfile 78865 2011-05-24 21:22:40Z jeremyhu@macports.org $

PortSystem      1.0

name            startup-notification
version         0.12
set branch      [join [lrange [split ${version} .] 0 1] .]
maintainers     kpricorn.org:macports openmaintainer
categories      gnome
platforms       darwin
description     Library that supports startup notification specs.

long_description \
    startup-notification is a minimal library that \
    supports the startup notification spec described \
    at www.freedesktop.org.

homepage        http://www.freedesktop.org/wiki/Software/startup-notification
master_sites    http://www.freedesktop.org/software/startup-notification/releases/

checksums           md5     2cd77326d4dcaed9a5a23a1232fb38e9 \
                    sha1    4198bce2808d03160454a2940d989f3a5dc96dbb \
                    rmd160  a0251adf67a804b7b22f41eaabb8e3d59a4c1856

depends_lib \
	port:xorg-libsm \
	port:xorg-libX11 \
	port:xorg-libxcb \
	port:xorg-xcb-util \
	port:xorg-xcb-proto

use_autoreconf yes

livecheck.type  regex
livecheck.url   http://www.freedesktop.org/software/startup-notification/releases/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
