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
25 lines
755 B
Makefile
25 lines
755 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdev-python
|
|
DISTVERSION= 5.2.3
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src
|
|
DIST_SUBDIR= KDE/kdevelop
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python support for KDevelop
|
|
|
|
BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt
|
|
LIB_DEPENDS= libkdevcmakecommon.so:devel/kdevelop
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 python:3.4+ qt:5 tar:xz
|
|
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|
ecm i18n itemmodels jobwidgets kio newstuff parts service \
|
|
sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
# Does not build with jobs.
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|