freebsd-ports/devel/cligen/Makefile
Piotr Kubaj 2dbf243ce3 devel/cligen: fix build on GCC architectures
In file included from cligen_object.c:63:
cligen_object.h:98: error: redefinition of typedef 'parse_tree'
cligen_parsetree.h:53: error: previous declaration of 'parse_tree' was here
cligen_object.h:187: error: redefinition of typedef 'cg_obj'
cligen_parsetree.h:51: error: previous declaration of 'cg_obj' was here
2020-12-07 16:47:37 +00:00

21 lines
334 B
Makefile

# $FreeBSD$
PORTNAME= cligen
PORTVERSION= 4.8.0
CATEGORIES= devel
MAINTAINER= dcornejo@netgate.com
COMMENT= Command-line interface generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= bison:alias compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= clicon
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>