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/cflow | |
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/cflow')
-rw-r--r-- | devel/cflow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile index a30d05cc34f6..e1507b230c4b 100644 --- a/devel/cflow/Makefile +++ b/devel/cflow/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= devel/lang/c MAINTAINER= ports@FreeBSD.org COMMENT= A call graph generator for C code -CONFLICTS= gnucflow-[0-9]* +CONFLICTS= bsdcflow-[0-9]* gnucflow-[0-9]* USE_GMAKE= yes MAN1= cflow.1 |