36 lines
693 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2010/09/06 16:20:26 fgsch Exp $
COMMENT = dbus bindings for Python
DISTNAME = dbus-python-0.83.1
CATEGORIES = x11
HOMEPAGE = http://dbus.freedesktop.org/
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
2010-07-02 18:01:53 +00:00
# ISC-like
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2008-02-01 21:38:26 +00:00
WANTLIB = glib-2.0 gobject-2.0 gthread-2.0 pcre dbus-1 dbus-glib-1
MASTER_SITES = ${HOMEPAGE}releases/dbus-python/
MODULES = lang/python \
2008-10-27 13:59:21 +00:00
devel/gettext
LIB_DEPENDS = ::x11/dbus \
2010-07-30 11:29:44 +00:00
::x11/dbus-glib
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--disable-html-docs
.include <bsd.port.mk>