1995-10-03 10:24:26 +01:00
|
|
|
# New ports collection makefile for: cflow
|
|
|
|
# Date created: 28 Sept 1995
|
|
|
|
# Whom: dchapes@zeus.leitch.com
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-10-03 10:24:26 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= cflow
|
|
|
|
PORTVERSION= 2.0
|
1996-11-18 11:37:03 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= devel/lang/c
|
1995-10-03 10:24:26 +01:00
|
|
|
|
2001-09-23 04:27:43 +02:00
|
|
|
MAINTAINER= bsdport@ddm.wox.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A call graph generator for C code
|
1995-10-03 10:24:26 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2000-06-08 00:07:05 +02:00
|
|
|
MAN1= cflow.1
|
|
|
|
MANCOMPRESSED= yes
|
1995-10-03 10:24:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|