mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
19 lines
339 B
Makefile
19 lines
339 B
Makefile
# Created by: 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= tj@FreeBSD.org
|
|
COMMENT= Call graph generator for C code
|
|
|
|
CONFLICTS= bsdcflow-[0-9]* gnucflow-[0-9]*
|
|
|
|
USES= gmake
|
|
|
|
.include <bsd.port.mk>
|