forked from Lainports/freebsd-ports
14 lines
242 B
Makefile
14 lines
242 B
Makefile
PORTNAME= cflow
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SUNSITE/devel/lang/c
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Call graph generator for C code
|
|
|
|
CONFLICTS= bsdcflow gnucflow
|
|
|
|
USES= gmake
|
|
|
|
.include <bsd.port.mk>
|