1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/clixon/Makefile
Renato Botelho 6fe028d37f Update devel/clixon to 3.6.1
Approved by:	maintainer
Sponsored by:	Rubicon Communications, LLC (Netgate)
2018-06-12 17:02:08 +00:00

29 lines
512 B
Makefile

# $FreeBSD$
PORTNAME= clixon
PORTVERSION= 3.6.1
CATEGORIES= devel
MAINTAINER= dcornejo@netgate.com
COMMENT= CLIgen is a Command-Line Interface generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LIB_DEPENDS= libcligen.so:devel/cligen \
libfcgi.so:www/fcgi
USES= bison gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= clicon
MAKE_ARGS= wwwdir=${PREFIX}/sbin
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cligen=${LOCALBASE} --sysconfdir=${ETCDIR}
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>