b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
30 lines
673 B
Makefile
30 lines
673 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dbussupport
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt event loop support for dbus-python
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus@${PY_FLAVOR}
|
|
|
|
CONFIGURE_ARGS= --enable QtCore
|
|
PYQT_DIST= yes
|
|
|
|
USES= pkgconfig python pyqt:5 qt:5
|
|
USE_PYQT= sip_build
|
|
USE_PYTHON= flavors
|
|
USE_QT= core buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DEBUG
|
|
DEBUG_CONFIGURE_ON= --debug --trace
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/dbus
|
|
INSTALL_WRKSRC= ${WRKSRC}/dbus
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/dbus/mainloop/pyqt5.so
|
|
|
|
.include <bsd.port.mk>
|