ports/www/kcgi/Makefile
Baptiste Daroussin 4d2a3ce97d www/kcgi: update to 1.0.1
Note that beside what the abidiff tool claimed, 1.0+ version is not
comptible with older version, as a result remove the compat symlink
introduced when updating to 1.0 and bump revision on consumers
2025-12-10 15:20:48 +01:00

22 lines
454 B
Makefile

PORTNAME= kcgi
PORTVERSION= 1.0.1
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>