ports/devel/cgprof/Makefile
Muhammad Moinur Rahman 9a142b6f67
devel/cgprof: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 11:01:27 +01:00

19 lines
433 B
Makefile

PORTNAME= cgprof
PORTVERSION= 1.2
PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://mvertes.free.fr/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates colored graphs for profiled executables using gcc and gprof
WWW= http://mvertes.free.fr/
RUN_DEPENDS= gawk:lang/gawk \
dot:graphics/graphviz
NO_BUILD= yes
MAKE_ENV= prefix=${PREFIX}
PLIST_FILES= bin/cgprof share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>