# $Id: Portfile,v 1.12 2006/07/30 10:27:57 rhwood Exp $
PortSystem 1.0
name		zenity
version		2.14.3
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.14/

checksums	md5 00c0930abb905a5552f67ee764bd6177 \
			sha1 7e2e0cde561f0e591a10f01d9f16029e8b83283b \
			rmd160 0303b0bcb3cb6cb0f5abe0f8eb9ff83c1bbfc777

depends_lib \
	lib:libgnomeui-2:libgnomeui \
	port:gnome-doc-utils

use_bzip2 	yes

configure.args	--mandir=${prefix}/share/man --disable-scrollkeeper
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 

post-activate	{
	system "scrollkeeper-update"
}
