mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
27 lines
543 B
Makefile
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= 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
|
|
|
|
.include <bsd.port.mk>
|