7e710503a4
----- The following addresses had permanent fatal errors ----- <bsdport@ddm.wox.org> (reason: 550 <bsdport@ddm.wox.org>: User has moved to bsdport-nospam@... due to excessive spam +sent to the bs...are occasion when someone needs to send real mail they can re-send it. Sorry for +the inconvenience.) but repeated emails to the redirected account are not acknowledged. Reset maintainer.
23 lines
409 B
Makefile
23 lines
409 B
Makefile
# New ports collection makefile for: cflow
|
|
# Date created: 28 Sept 1995
|
|
# Whom: dchapes@zeus.leitch.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cflow
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= devel/lang/c
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A call graph generator for C code
|
|
|
|
USE_GMAKE= yes
|
|
MAN1= cflow.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|