mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
9a33226e6a
and bump PORTREISION due to new patch added. Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Dave Cornejo <dcornejo@netgate.com> (maintainer) Sponsored by: IntegriCloud
32 lines
600 B
Makefile
32 lines
600 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clixon
|
|
PORTVERSION= 3.9.0
|
|
PORTREVISION= 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
|
|
BUILD_DEPENDS= cligen>=3.9.0:devel/cligen
|
|
|
|
USES= autoreconf bison gmake
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= clicon
|
|
MAKE_ARGS= wwwdir=${PREFIX}/sbin wwwuser=${WWWOWN}
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-cligen=${LOCALBASE} --sysconfdir=${ETCDIR}
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|