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
28 lines
650 B
Makefile
28 lines
650 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dbussupport
|
|
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:4 qt:4
|
|
USE_PYQT= sip_build
|
|
USE_PYTHON= flavors
|
|
USE_QT= corelib qmake_build moc_build
|
|
|
|
OPTIONS_DEFINE= DEBUG
|
|
DEBUG_CONFIGURE_ON= --debug --trace
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/dbus
|
|
INSTALL_WRKSRC= ${WRKSRC}/dbus
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/dbus/mainloop/qt.so
|
|
|
|
.include <bsd.port.mk>
|