ee90575f2f
Among the changes, install shared libraries so bump portrevision
21 lines
455 B
Makefile
21 lines
455 B
Makefile
PORTNAME= kcgi
|
|
PORTVERSION= 0.13.3
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Minimal sandboxed CGI library in C
|
|
WWW= https://kristaps.bsd.lv/kcgi/
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= compiler:c11 tar:tgz
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
HAS_CONFIGURE= yes
|
|
MAKE_ARGS= DATADIR=${EXAMPLESDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
MANDIR=${PREFIX}/share/man
|
|
USE_RC_SUBR= kfcgi
|
|
|
|
.include <bsd.port.mk>
|