mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
99fb5893e9
Submitted by: David Cornejo <dcornejo@netgate.com> (maintainer) Sponsored by: Rubicon Communications, LLC (Netgate)
29 lines
512 B
Makefile
29 lines
512 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clixon
|
|
PORTVERSION= 3.7.0
|
|
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>
|