Files
ports/devel/gnucflow/Makefile
T
Dmitry Marakasov 8cd39342fe - Update to 1.6
- Add testing support
- Add LICENSE
- Update WWW
2019-02-25 15:04:41 +00:00

33 lines
671 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= gnucflow
PORTVERSION= 1.6
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
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= bsdcflow-[0-9]* cflow-[0-9]*
USES= gmake tar:bzip2
GNU_CONFIGURE= yes
TEST_TARGET= check
INFO= cflow
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ON= --with-libintl-prefix="${LOCALBASE}"
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.mk>