2010-05-02 15:31:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2010/05/02 13:31:54 wiz Exp $
|
2006-02-11 15:55:51 +01:00
|
|
|
#
|
|
|
|
|
2010-05-02 15:31:54 +02:00
|
|
|
DISTNAME= dbus-python-0.83.1
|
2006-08-23 11:45:58 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
|
|
|
|
CATEGORIES= sysutils
|
2007-09-03 12:00:34 +02:00
|
|
|
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
|
2006-02-11 15:55:51 +01:00
|
|
|
|
2009-01-07 22:20:28 +01:00
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
|
2006-08-23 11:45:58 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex
|
2006-04-04 10:03:09 +02:00
|
|
|
|
2006-08-23 11:45:58 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/Software/dbus
|
|
|
|
COMMENT= Python bindings for the D-BUS message bus system
|
2006-02-11 15:55:51 +01:00
|
|
|
|
2008-04-25 22:06:04 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2008-01-09 20:04:42 +01:00
|
|
|
USE_TOOLS+= pkg-config gmake
|
2007-09-03 12:00:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-02-11 15:55:51 +01:00
|
|
|
|
2006-08-23 11:45:58 +02:00
|
|
|
PY_PATCHPLIST= YES
|
2006-02-11 15:55:51 +01:00
|
|
|
|
2006-04-02 17:04:20 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2006-02-11 15:55:51 +01:00
|
|
|
.include "../../lang/python/extension.mk"
|
2009-01-07 22:20:28 +01:00
|
|
|
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0
|
2006-08-23 11:45:58 +02:00
|
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
2007-01-22 18:25:31 +01:00
|
|
|
# py-libxml2 is only needed at runtime
|
|
|
|
.include "../../textproc/py-libxml2/buildlink3.mk"
|
2006-02-11 15:55:51 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|