2011-09-16 08:29:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2011/09/16 12:29:12 espie Exp $
|
2007-02-06 19:59:02 -05:00
|
|
|
|
2010-09-06 12:20:26 -04:00
|
|
|
COMMENT = dbus bindings for Python
|
2007-02-06 19:59:02 -05:00
|
|
|
|
2011-06-03 12:56:35 -04:00
|
|
|
DISTNAME = dbus-python-0.84.0
|
2011-09-16 08:29:12 -04:00
|
|
|
REVISION = 1
|
2010-07-30 02:58:57 -04:00
|
|
|
|
2010-09-06 12:20:26 -04:00
|
|
|
CATEGORIES = x11
|
2007-02-06 19:59:02 -05:00
|
|
|
|
2010-09-06 12:20:26 -04:00
|
|
|
HOMEPAGE = http://dbus.freedesktop.org/
|
2007-02-06 19:59:02 -05:00
|
|
|
|
2010-09-06 12:20:26 -04:00
|
|
|
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
|
2010-07-02 14:01:53 -04:00
|
|
|
|
2009-01-03 16:27:25 -05:00
|
|
|
# ISC-like
|
2010-09-06 12:20:26 -04:00
|
|
|
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
|
2007-02-06 19:59:02 -05:00
|
|
|
|
2010-09-06 12:20:26 -04:00
|
|
|
MASTER_SITES = ${HOMEPAGE}releases/dbus-python/
|
|
|
|
|
|
|
|
MODULES = lang/python \
|
2008-10-27 09:59:21 -04:00
|
|
|
devel/gettext
|
2007-02-06 19:59:02 -05:00
|
|
|
|
2011-06-03 12:56:35 -04:00
|
|
|
LIB_DEPENDS = x11/dbus-glib>=0.94v0
|
2007-02-06 19:59:02 -05:00
|
|
|
|
2010-09-06 12:20:26 -04:00
|
|
|
USE_LIBTOOL = Yes
|
2007-02-06 19:59:02 -05:00
|
|
|
|
2010-09-06 12:20:26 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
|
|
|
--disable-html-docs
|
2007-02-06 19:59:02 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|