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
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2004-06-15 13:53:03 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.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
|
|
|
|
2010-01-05 22:36:34 +01:00
|
|
|
CONFLICTS= bsdcflow-[0-9]* gnucflow-[0-9]*
|
2008-02-16 18:51:40 +01:00
|
|
|
|
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>
|