blob: be8864c32fb66e8c2b2aa68301e505269c0af496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $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"
|