# $Id: Portfile,v 1.3 2003/08/21 15:13:35 olegb Exp $ PortSystem 1.0 name startup-notification version 0.5 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. maintainers olegb@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites ftp://ftp.gnome.org/pub/GNOME/desktop/2.2/2.2.2/sources/ checksums md5 193cde48ed7ceaf346bd65590acc101c depends_lib lib:libbonoboui:libbonoboui depends_build bin:pkg-config:pkgconfig use_bzip2 yes configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"