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
29 lines
843 B
Makefile
29 lines
843 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcachegrind
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= devel kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Profiler frontend for KDE
|
|
|
|
USES= cmake:outsource kde:5 python:run qt:5 shebangfix tar:xz
|
|
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
|
coreaddons ecm i18n itemviews jobwidgets kio service solid \
|
|
widgetsaddons xmlgui
|
|
USE_QT= core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
SHEBANG_FILES= converters/hotshot2calltree.cmake \
|
|
converters/memprof2calltree \
|
|
converters/op2calltree converters/dprof2calltree
|
|
|
|
OPTIONS_DEFINE= DOT VALGRIND
|
|
|
|
DOT_DESC= Use GraphViz/dot to render call graphs
|
|
DOT_RUN_DEPENDS= dot:graphics/graphviz
|
|
|
|
VALGRIND_DESC= Install devel/valgrind
|
|
VALGRIND_RUN_DEPENDS= valgrind:devel/valgrind
|
|
|
|
.include <bsd.port.mk>
|