# $Id: Portfile 67873 2010-05-20 12:22:00Z ryandesign@macports.org $

PortSystem      1.0

name            startup-notification
version         0.10
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 bca0ed1c74bc4e483ea2ed12a5717354 \
                sha1 670c5e44f59e3844e2ca0c67730ba9ca5f5228fc

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+)*)}
