1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/cgprof/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

27 lines
543 B
Makefile

# 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>