a4a7daf069
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
28 lines
739 B
Makefile
28 lines
739 B
Makefile
# Created by: Simon Barner <barner@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kcachegrind
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Profiler frontend for KDE
|
|
|
|
USES= cmake:outsource kde:4 python:run tar:xz shebangfix
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build \
|
|
corelib dbus gui
|
|
SHEBANG_FILES= converters/op2calltree converters/dprof2calltree \
|
|
converters/memprof2calltree \
|
|
converters/hotshot2calltree.cmake
|
|
|
|
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>
|