diff options
author | mva <mva@FreeBSD.org> | 2010-01-06 05:36:34 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-01-06 05:36:34 +0800 |
commit | 03aefe6f79e7a6ccc58b2a0f15326bf34453c5ae (patch) | |
tree | f7ff460212f9fb42ec3fe455e66fa982da6f7334 /devel/gnucflow | |
parent | 87ac80d8dcd5604c0cdb06e0a668c2c13b6bc553 (diff) | |
download | freebsd-ports-gnome-03aefe6f79e7a6ccc58b2a0f15326bf34453c5ae.tar.gz freebsd-ports-gnome-03aefe6f79e7a6ccc58b2a0f15326bf34453c5ae.tar.zst freebsd-ports-gnome-03aefe6f79e7a6ccc58b2a0f15326bf34453c5ae.zip |
cflow reads files as C or assembler program source and prints a graph
a graph of the function call hierarchy. Called functions are indented
according to their caller-callee relationship, in the order of occurance.
WWW: http://www.sysfault.org/projects
Diffstat (limited to 'devel/gnucflow')
-rw-r--r-- | devel/gnucflow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnucflow/Makefile b/devel/gnucflow/Makefile index cb70fafd02ed..0ea6290585e4 100644 --- a/devel/gnucflow/Makefile +++ b/devel/gnucflow/Makefile @@ -15,7 +15,7 @@ DISTNAME= cflow-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tool to chart control flow within the C program -CONFLICTS= cflow-[0-9]* +CONFLICTS= bsdcflow-[0-9]* cflow-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes |