# Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= gnucflow PORTVERSION= 1.4 CATEGORIES= devel MASTER_SITES= ftp://download.gnu.org.ua/pub/release/cflow/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= cflow-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tool to chart control flow within the C program CONFLICTS= bsdcflow-[0-9]* cflow-[0-9]* USES= gmake tar:bzip2 GNU_CONFIGURE= yes INFO= cflow OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}" NLS_CONFIGURE_OFF= --disable-nls .include