freebsd-ports/devel/cflow/Makefile

25 lines
453 B
Makefile
Raw Normal View History

# 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$
#
2000-04-11 23:30:15 +02:00
PORTNAME= cflow
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/c
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= A call graph generator for C code
CONFLICTS= bsdcflow-[0-9]* gnucflow-[0-9]*
USE_GMAKE= yes
2000-06-08 00:07:05 +02:00
MAN1= cflow.1
MANCOMPRESSED= yes
.include <bsd.port.mk>