openbsd-ports/x11/dbus-python/Makefile
ajacoutot deef71a598 Take maintainer.
ok robert@
2010-07-02 18:01:53 +00:00

37 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.10 2010/07/02 18:01:53 ajacoutot Exp $
COMMENT= dbus bindings for Python
DISTNAME= dbus-python-0.83.0
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
MASTER_SITES= ${HOMEPAGE}releases/dbus-python/
HOMEPAGE= http://dbus.freedesktop.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# ISC-like
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB+= glib-2.0 gobject-2.0 pcre
MODULES= lang/python \
devel/gettext
LIB_DEPENDS+= dbus-1.>=5::x11/dbus \
dbus-glib-1::x11/dbus-glib
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-html-docs
NO_REGRESS= Yes
.include <bsd.port.mk>