freebsd-ports/devel/cflow/Makefile
Marcus von Appen 75c6ab22cc 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
2010-01-05 21:36:34 +00:00

24 lines
453 B
Makefile

# New ports collection makefile for: cflow
# Date created: 28 Sept 1995
# Whom: dchapes@zeus.leitch.com
#
# $FreeBSD$
#
PORTNAME= cflow
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/c
MAINTAINER= ports@FreeBSD.org
COMMENT= A call graph generator for C code
CONFLICTS= bsdcflow-[0-9]* gnucflow-[0-9]*
USE_GMAKE= yes
MAN1= cflow.1
MANCOMPRESSED= yes
.include <bsd.port.mk>