mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# Created by: dchapes@zeus.leitch.com
|
|
# $FreeBSD$
|
|
|
|
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>
|