freebsd-ports/devel/cflow/Makefile
Satoshi Asami 3ae9644c2b A call-graph generator for C.
Submitted by:	Dave Chapeskie <dchapes@zeus.leitch.com>
1995-10-03 09:24:26 +00:00

21 lines
466 B
Makefile

# New ports collection makefile for: cflow
# Version required: 2.0
# Date created: 28 Sept 1995
# Whom: dchapes@zeus.leitch.com
#
# $Id: Makefile,v $
#
DISTNAME= cflow-2.0
CATEGORIES+= development
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/ \\
ftp://info2.rus.uni-stuttgart.de/pub/systems/linux/MIRROR.sunsite/devel/lang/c/
MAINTAINER= dchapes@zeus.leitch.com
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GMAKE= yes
.include <bsd.port.mk>