# $Id: Portfile 86184 2011-10-20 20:41:29Z devans@macports.org $
PortSystem 1.0
name		dbus-python24
version		0.83.2
license         MIT
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	\
	path:bin/dbus-daemon:dbus \
	port:dbus-glib \
	port:gettext \
	path:lib/pkgconfig/glib-2.0.pc:glib2 \
	port:libiconv \
	port:python24 \
	port:py-gobject
depends_build	\
	port:pkgconfig

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