6303a140eb
charting control flow within the program. Current implementation is able to produce both direct and inverted flowgraphs for C sources. Optionally a cross-reference listing can be generated. Two output formats are implemented: POSIX and GNU (extended). Input files can optionally be preprocessed before analyzing. WWW: http://savannah.gnu.org/projects/cflow PR: ports/120373 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
32 lines
711 B
Makefile
32 lines
711 B
Makefile
# New ports collection makefile for: gnucflow
|
|
# Date created: 07 Feb 2008
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnucflow
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://download.gnu.org.ua/pub/release/cflow/
|
|
DISTNAME= cflow-${PORTVERSION}
|
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
|
COMMENT= Tool to chart control flow within the C program
|
|
|
|
CONFLICTS= cflow-[0-9]*
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
INFO= cflow
|
|
|
|
PLIST_FILES= bin/cflow \
|
|
share/locale/da/LC_MESSAGES/cflow.mo \
|
|
share/locale/ga/LC_MESSAGES/cflow.mo \
|
|
share/locale/pl/LC_MESSAGES/cflow.mo \
|
|
share/locale/uk/LC_MESSAGES/cflow.mo \
|
|
share/locale/vi/LC_MESSAGES/cflow.mo
|
|
|
|
.include <bsd.port.mk>
|