freebsd-ports/benchmarks/flamegraph/Makefile
Johannes M Dieterich 528f54dfae benchmarks/flamegraph: Update to later snapshot which fixes some output bugs of scripts.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D12117
2017-08-24 05:21:41 +00:00

54 lines
1.1 KiB
Makefile

# Created by: Johannes Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
PORTNAME= flamegraph
PORTVERSION= g20170824
PORTREVISION= 1
CATEGORIES= benchmarks
MAINTAINER= jmd@FreeBSD.org
COMMENT= Stack trace visualizer
LICENSE= CDDL
LICENSE_FILE= ${WRKSRC}/docs/cddl1.txt
BUILD_DEPENDS= bash>=0:shells/bash
RUN_DEPENDS= bash>=0:shells/bash
USE_GITHUB= yes
GH_ACCOUNT= brendangregg
GH_PROJECT= FlameGraph
GH_TAGNAME= a8d807a
USES= shebangfix perl5
NO_BUILD= yes
SHEBANG_FILES= *.pl *.sh
SOURCE_FILES= aix-perf.pl \
difffolded.pl \
files.pl \
flamegraph.pl \
pkgsplit-perf.pl \
range-perf.pl \
stackcollapse-aix.pl \
stackcollapse-elfutils.pl \
stackcollapse-gdb.pl \
stackcollapse-go.pl \
stackcollapse-instruments.pl \
stackcollapse-jstack.pl \
stackcollapse-ljp.awk \
stackcollapse-perf.pl \
stackcollapse-pmc.pl \
stackcollapse-recursive.pl \
stackcollapse-stap.pl \
stackcollapse-vsprof.pl \
stackcollapse-vtune.pl \
stackcollapse.pl
do-install:
.for FILE in ${SOURCE_FILES}
${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE}
.endfor
.include <bsd.port.mk>