openbsd-ports/x11/dbus-python/Makefile
kili d6195c119a MODPY_EXPAT_DEPENDS doesn't exist any longer.
While here, update PLISTs, some WANTLIBs, some license
markers and use MODPY_EGG_VERSION where it may help to
keep future PLIST diffs smaller.

help, nitpicking and ok jasper@, ok wcmaier@

note that print/py-reportlab/reportlab needs some more
love.
2009-01-03 21:27:25 +00:00

36 lines
686 B
Makefile

# $OpenBSD: Makefile,v 1.7 2009/01/03 21:27:25 kili Exp $
COMMENT= dbus bindings for Python
DISTNAME= dbus-python-0.83.0
PKGNAME= ${DISTNAME}p0
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
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
CONFIGURE_ENV+= PYTHON=${MODPY_BIN}
NO_REGRESS= Yes
.include <bsd.port.mk>