mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
6fe028d37f
Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate)
29 lines
512 B
Makefile
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>
|