# Created by: Adam McLaurin
# $FreeBSD: tags/RELEASE_10_0_0/devel/cgprof/Makefile 327722 2013-09-20 17:03:26Z bapt $

PORTNAME=	cgprof
PORTVERSION=	1.2
PORTREVISION=	4
CATEGORIES=	devel
MASTER_SITES=	http://mvertes.free.fr/download/

MAINTAINER=	adam.freebsd@fastmail.fm
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}

MAN1=		cgprof.1
PLIST_FILES=	bin/cgprof

NO_STAGE=	yes
.include <bsd.port.mk>
