1cf6c4873f
- Supports DESTDIR - Accept Python 2.5 News: * supplying reply_handler but not error_handler raises MissingReplyHandlerException instead of MissingErrorHandlerException, and vice versa (fd.o #12304, patch from Rene Neumann) * Using non-recursive make for dbus/ directory should fix builds in some environments (fd.o #12741)
33 lines
981 B
Makefile
33 lines
981 B
Makefile
# $NetBSD: Makefile,v 1.12 2008/04/25 20:06:04 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= dbus-python-0.82.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.freedesktop.org/Software/dbus
|
|
COMMENT= Python bindings for the D-BUS message bus system
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
#PYDISTUTILSPKG= YES
|
|
#PYBINMODULE= YES
|
|
PY_PATCHPLIST= YES
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
# py-libxml2 is only needed at runtime
|
|
.include "../../textproc/py-libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|