# $Id: Portfile,v 1.3 2006/06/12 23:43:29 rhwood Exp $
PortSystem 1.0
name		gnomesu
version		0.3.1
description	GNOME frontend to su.
long_description	Gnome SuperUser is a gtk frontend to su \
			and as such an easy way to run a program \
			as root in the Gnome environment.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://xsu.sf.net
master_sites	sourceforge:xsu
checksums	md5 8ebcf248b4f8430c96d80379ec2acdd8
depends_lib	\
	port:libgnomeui \
	port:libzvt \
	port:libglade2
configure.args	--mandir=${prefix}/share/man 
configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 
