aboutsummaryrefslogtreecommitdiff
path: root/devel/cgprof/Makefile
blob: d254eb813210105b399e1f38597f071ba519bae7 (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
# New ports collection makefile for:	cgprof
# Date created:				16 December 2004
# Whom:					Adam McLaurin
#
# $FreeBSD$
#

PORTNAME=	cgprof
PORTVERSION=	1.2
PORTREVISION=	2
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

.include <bsd.port.mk>