mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
17 lines
295 B
Makefile
17 lines
295 B
Makefile
# Created by: dchapes@zeus.leitch.com
|
|
|
|
PORTNAME= cflow
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SUNSITE/devel/lang/c
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Call graph generator for C code
|
|
|
|
CONFLICTS= bsdcflow-[0-9]* gnucflow-[0-9]*
|
|
|
|
USES= gmake
|
|
|
|
.include <bsd.port.mk>
|