mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 05:51:19 +02:00
23 lines
419 B
Makefile
23 lines
419 B
Makefile
PORTNAME= gcflow
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU/cflow/
|
|
DISTNAME= cflow-${PORTVERSION}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Tool to chart control flow within the C program
|
|
WWW= https://www.gnu.org/software/cflow/
|
|
|
|
USES= cpe gmake tar:bzip2
|
|
CPE_VENDOR= gnu
|
|
CPE_PRODUCT= cflow
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
INFO= cflow
|
|
|
|
LIB_DEPENDS+= libintl.so:devel/gettext
|
|
|
|
|
|
.include <bsd.port.mk>
|