# $Id: Portfile,v 1.2 2005/09/13 06:07:53 olegb Exp $

PortSystem 1.0
name		gnotify
version		1.0
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	gnome-darwinports@opendarwin.org
categories	gnome 
platforms	darwin 
homepage	http://gnotify.sf.net
master_sites    sourceforge
checksums	md5 8c0248e1c53a2c595821acd8590ce858
patchfiles	patch_Makefile.in
depends_lib	bin:automake-1.7:automake bin:gnome-session:gnome-session
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
pre-configure	{
		file copy -force ${prefix}/share/automake-1.7/install-sh ${worksrcpath}
		file copy -force ${prefix}/share/automake-1.7/mkinstalldirs ${worksrcpath}
		file copy -force ${prefix}/share/automake-1.7/missing ${worksrcpath}
		}
