a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21209 2007-01-13 19:02:09Z rhwood@macports.org $
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 nomaintainer@macports.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"