21 lines
391 B
Makefile
21 lines
391 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= A call graph generator for C code
|
|
|
|
CONFLICTS= bsdcflow-[0-9]* gnucflow-[0-9]*
|
|
|
|
USE_GMAKE= yes
|
|
MAN1= cflow.1
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|