openbsd-ports/x11/dbus-python/Makefile

35 lines
655 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2009/04/26 11:01:05 ajacoutot Exp $
COMMENT= dbus bindings for Python
2008-10-27 09:59:21 -04:00
DISTNAME= dbus-python-0.83.0
2009-03-11 15:10:47 -04:00
PKGNAME= ${DISTNAME}p1
CATEGORIES= x11
MASTER_SITES= ${HOMEPAGE}releases/dbus-python/
HOMEPAGE= http://dbus.freedesktop.org/
# ISC-like
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2008-02-01 16:38:26 -05:00
2008-10-27 09:59:21 -04:00
WANTLIB+= glib-2.0 gobject-2.0 pcre
2008-10-27 09:59:21 -04:00
MODULES= lang/python \
devel/gettext
LIB_DEPENDS+= dbus-1.>=5::x11/dbus \
dbus-glib-1::x11/dbus-glib
USE_LIBTOOL= Yes
2008-10-27 09:59:21 -04:00
CONFIGURE_STYLE= gnu
2008-10-27 09:59:21 -04:00
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-html-docs
NO_REGRESS= Yes
.include <bsd.port.mk>