freebsd-ports/devel/cflow/Makefile

22 lines
395 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
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/c
MAINTAINER= bsdport@ddm.wox.org
2003-02-21 12:23:04 +01:00
COMMENT= A call graph generator for C code
USE_GMAKE= yes
2000-06-08 00:07:05 +02:00
MAN1= cflow.1
MANCOMPRESSED= yes
.include <bsd.port.mk>