# $Id: Portfile 74515 2010-12-20 02:32:46Z rmstonecipher@macports.org $
PortSystem 1.0
name		dbus-python24
version		0.83.2
description	Python bindings for the dbus message bus system.
long_description	${description}
maintainers	nomaintainer
categories	devel
platforms	darwin
homepage        http://www.freedesktop.org/Software/dbus
master_sites    http://dbus.freedesktop.org/releases/dbus-python

checksums           md5     4ebcaa905bdcb4132b915196b0a3691b \
                    sha1    b01d54be646d6f903e497c2ecd612027fe595339 \
                    rmd160  937946fc736d0555d08eb46074c807244cffcc6a
distname	dbus-python-${version}

depends_lib	\
	port:dbus \
	port:dbus-glib \
	port:gettext \
	path:lib/pkgconfig/glib-2.0.pc:glib2 \
	port:libiconv \
	port:python24 \
	port:py-gobject \
	port:py-numeric
depends_build	\
	port:pkgconfig

configure.args	--mandir=${prefix}/share/man
configure.env	PYTHON=${prefix}/bin/python2.4
