openbsd-ports/x11/dbus-python/Makefile

37 lines
731 B
Makefile
Raw Normal View History

2011-09-16 08:29:12 -04:00
# $OpenBSD: Makefile,v 1.19 2011/09/16 12:29:12 espie Exp $
COMMENT = dbus bindings for Python
2011-06-03 12:56:35 -04:00
DISTNAME = dbus-python-0.84.0
2011-09-16 08:29:12 -04:00
REVISION = 1
CATEGORIES = x11
HOMEPAGE = http://dbus.freedesktop.org/
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
2010-07-02 14:01:53 -04:00
# ISC-like
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2008-02-01 16:38:26 -05:00
2011-06-03 12:56:35 -04:00
WANTLIB += dbus-1 dbus-glib-1 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 pcre z
MASTER_SITES = ${HOMEPAGE}releases/dbus-python/
MODULES = lang/python \
2008-10-27 09:59:21 -04:00
devel/gettext
2011-06-03 12:56:35 -04:00
LIB_DEPENDS = x11/dbus-glib>=0.94v0
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--disable-html-docs
.include <bsd.port.mk>