1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/clixon/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

35 lines
680 B
Makefile

PORTNAME= clixon
PORTVERSION= 4.8.0
CATEGORIES= devel
MAINTAINER= dcornejo@netgate.com
COMMENT= YANG-based toolchain including CLI, NETCONF and RESTCONF interfaces
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libcligen.so:devel/cligen \
libfcgi.so:www/fcgi
BUILD_DEPENDS= cligen>=4.8.0:devel/cligen
USES= autoreconf bison compiler:c11 gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= clicon
MAKE_ARGS= wwwdir=${PREFIX}/sbin \
wwwuser=${WWWOWN}
GROUPS= clixon
USERS= clixon
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \
--with-cligen=${LOCALBASE}
CONFIGURE_ENV= YACC="bison -y"
SUB_FILES= pkg-message
.include <bsd.port.mk>