openbsd-ports/x11/dbus-python/Makefile

36 lines
693 B
Makefile
Raw Normal View History

2010-12-13 05:42:00 -05:00
# $OpenBSD: Makefile,v 1.16 2010/12/13 10:42:00 ajacoutot Exp $
COMMENT = dbus bindings for Python
2010-12-13 05:42:00 -05:00
DISTNAME = dbus-python-0.83.2
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
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 09:59:21 -04:00
devel/gettext
2010-11-22 03:36:47 -05:00
LIB_DEPENDS = x11/dbus \
x11/dbus-glib
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--disable-html-docs
.include <bsd.port.mk>