blob: 18d49b7c1c28df0168ed4361dd3f1ac784361c1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.4 2006/04/04 08:03:09 joerg Exp $
#
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
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"
|