# New ports collection makefile for: py-dbus # Date Created: 25 July 2004 # Whom: Joe Marcus Clarke # # $FreeBSD$ # $MCom: ports/devel/py-dbus/Makefile,v 1.5 2007/02/04 22:11:10 ahze Exp $ PORTNAME= dbus PORTVERSION= 0.80.1 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for the D-BUS messaging system BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 USE_GNOME= gnomehack USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes .include