# Created by: Adam McLaurin # $FreeBSD: head/devel/cgprof/Makefile 356877 2014-06-07 02:46:34Z vanilla $ PORTNAME= cgprof PORTVERSION= 1.2 PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://mvertes.free.fr/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Generates colored graphs for profiled executables using gcc and gprof RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ dotty:${PORTSDIR}/graphics/graphviz NO_BUILD= yes MAKE_ENV= prefix=${PREFIX} PLIST_FILES= bin/cgprof man/man1/${PORTNAME}.1.gz .include