1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/cflow/Makefile

23 lines
409 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 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00: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 11:23:04 +00:00
COMMENT= A call graph generator for C code
USE_GMAKE= yes
2000-06-07 22:07:05 +00:00
MAN1= cflow.1
MANCOMPRESSED= yes
.include <bsd.port.mk>