# $Id: Portfile,v 1.4 2006/07/06 09:38:44 rhwood Exp $

PortSystem 1.0

name		py-gnome
version		2.12.4
categories	python gnome
platforms	darwin
maintainers	pguyot@kallisys.net
description	gnome-python is a set of python interfaces to gnome-libs.
long_description	${description}

homepage	http://www.daa.com.au/~james/software/pygtk/
master_sites	gnome:sources/gnome-python/2.12/
use_bzip2	yes
distname	gnome-python-${version}
checksums	md5 94347f1bff86ffcce76111fa8dac1efc \
		sha1 1a882ec8f314d458c4c115403e9e19521e135629 \
		rmd160 cb2d2f27d82ecea6746169ab0976363131e110fe

depends_lib	\
		bin:pygtk-codegen-2:py-gtk2 \
		lib:libpopt:popt \
		path:${prefix}/lib/python2.4/site-packages/ORBit:py-orbit \
		lib:libzvt-2:libzvt \
		lib:libnautilus:nautilus

configure.env	CFLAGS="-no-cpp-precomp -flat_namespace \
		-undefined suppress -I${prefix}/include"
