a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21392 2007-01-23 01:03:09Z ryandesign@macports.org $
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 nomaintainer@macports.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}
}