blob: c60403b9d4e4bbe77122dba1db5bcb2ac6c3f74c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= gnucflow
PORTVERSION= 1.8
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/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe gmake tar:bzip2
CPE_VENDOR= gnu
CPE_PRODUCT= cflow
GNU_CONFIGURE= yes
TEST_TARGET= check
INFO= cflow
CONFLICTS= bsdcflow cflow
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE=nls
.include <bsd.port.mk>
|