pkgsrc/sysutils/py-dbus/Makefile
wiz 991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00

25 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/05/18 20:30:01 wiz Exp $
#
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
BROKEN_IN= pkgsrc-2006Q1
PYTHON_VERSIONS_ACCEPTED= 24
DBUS_INTERFACE= glib python
DBUS_DIRS= dbus bus glib python tools
.include "../../sysutils/dbus/Makefile.common"
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
CONFIGURE_ARGS+=--enable-tests
# We can't install from within the 'dbus' nor 'tools' directory automatically
# because we'd get a lot of other stuff installed (overriding files in the
# dbus package).
INSTALL_DIRS= python
PY_PATCHPLIST= YES
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"