# $Id: Portfile 52923 2009-06-25 21:43:54Z devans@macports.org $

PortSystem 1.0

name		gnotify
version		1.2
description	Gnotify is a notification-service daemon.
long_description	GNotify is a little daemon written in C using GTK. It \
			provides (like the KDE KNotify-system) a notification-service \
			for Gnome/XFce/FVWM/Fluxbox/Enlightenment and other \
			Desktop-Environments/WindowManagers.
maintainers	nomaintainer
categories	gnome
platforms	darwin
homepage	http://gnotify.sf.net
master_sites    sourceforge
checksums	md5 6e7a031a5b1e9b12ac04992ccbf71627
patchfiles	patch_Makefile.in
depends_lib	bin:gnome-session:gnome-session
configure.cflags	-no-cpp-precomp -flat_namespace -undefined suppress
pre-configure	{
		file copy -force ${filespath}/install-sh ${worksrcpath}
		file copy -force ${filespath}/mkinstalldirs ${worksrcpath}
		file copy -force ${filespath}/missing ${worksrcpath}
		}

livecheck.regex "<title>gnotify .* (\\d+(?:\\.\\d+)*) released.*</title>"
