blob: 43013977051fef422342c9c83aec5c0dfbba01e8 (
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.6 2006/08/06 05:20:40 kristerw 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"
|