opnsense-ports/www/kcgi/Makefile
Franco Fichtner 65f14c3103 */*: sync with upstream
Taken from: FreeBSD
2016-06-17 04:49:30 +02:00

25 lines
451 B
Makefile

# $FreeBSD$
PORTNAME= kcgi
PORTVERSION= 0.8.4
CATEGORIES= www devel
MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Minimal sandboxed CGI library in C
LICENSE= ISCL
USES= tar:tgz
OPTIONS_DEFINE= EXAMPLES
BROKEN_FreeBSD_9= Requires capsicum
HAS_CONFIGURE= yes
MAKE_ARGS= DATADIR=${EXAMPLESDIR}
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/kfcgi ${STAGEDIR}${PREFIX}/sbin/kfcgi
.include <bsd.port.mk>