aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kcachegrind/Makefile
blob: b7b24afdb54358f5204f70c03e6273612535d8b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Simon Barner <barner@gmx.de>
# $FreeBSD$

PORTNAME=   kcachegrind
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= devel kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    Profiler frontend for KDE

USE_XZ=     yes
USE_KDE4=   kdelibs kdeprefix kdehier automoc4
USES=       cmake:outsource
USE_QT4=    moc_build qmake_build rcc_build uic_build \
        corelib dbus gui

OPTIONS_DEFINE= DOT VALGRIND

DOT_DESC=       Use GraphViz/dot to render call graphs
DOT_RUN_DEPENDS=    dot:${PORTSDIR}/graphics/graphviz

VALGRIND_DESC=      Install devel/valgrind
VALGRIND_RUN_DEPENDS=   valgrind:${PORTSDIR}/devel/valgrind

.include <bsd.port.mk>