# $Id: Portfile,v 1.7 2005/05/18 05:45:27 olegb Exp $ PortSystem 1.0 name zenity version 2.10.0 revision 1 description zenity allows you to display dialog boxes from the commandline. long_description This is zenity - a rewrite of gdialog, the GNOME port \ of dialog which allows you to display dialog boxes \ from the commandline and shell scripts. maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/zenity/2.10/ checksums md5 2e501bba72b6e7d4f951080b9e5f675b depends_lib lib:gnome-session:gnome-session use_bzip2 yes configure.args --mandir=${prefix}/share/man configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" post-destroot { file delete -force ${destroot}${prefix}/var/scrollkeeper }