Files
ports/www/slowcgi/Makefile
T
Nikola Kolev 11c0dd4e86 */*: Return ports to pool
As requested by maintainer and thanks for your contributions

PR:		293335
2026-02-21 17:31:06 +01:00

37 lines
627 B
Makefile

PORTNAME= slowcgi
PORTVERSION= 7.1.20220916
PORTREVISION= 2
CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= FastCGI interface for old CGI programs
WWW= https://github.com/koue/slowcgi
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libevent.so:devel/libevent
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= koue
GH_PROJECT= slowcgi
USE_RC_SUBR= slowcgi
MAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/share/man/man
CFLAGS+= -Wall -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
WRKSRC_SUBDIR= src/usr.sbin/${GH_PROJECT}
USERS= www
GROUPS= www
PLIST_FILES= sbin/slowcgi \
share/man/man8/slowcgi.8.gz
.include <bsd.port.mk>