summaryrefslogtreecommitdiff
path: root/devel/cflow/Makefile
blob: 6ced6ac6195c306319e9a6a759a59799652820f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	cflow
# Date created:		28 Sept 1995
# Whom:			dchapes@zeus.leitch.com
#
# $FreeBSD$
#

PORTNAME=	cflow
PORTVERSION=	2.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	devel/lang/c

MAINTAINER=	bsdport@ddm.wox.org
COMMENT=	A call graph generator for C code

USE_GMAKE=	yes
MAN1=		cflow.1
MANCOMPRESSED=	yes

.include <bsd.port.mk>