openbsd-ports/net/gmid/Makefile
op 1720d74d31 update net/gmid to 1.8.6
- add tests and compat for setresuid setresgid
 - add GEMINI_SEARCH_STRING fastcgi parameter / cgi env variable
 - manpage fix: QUERY_STRING is *not* urldecoded
 - fixed use-after-free in the fastcgi code
 - when switching user also set the groups
 - always cast is*() arguments to unsigned char
2022-12-02 14:54:11 +00:00

27 lines
518 B
Makefile

COMMENT = simple gemini server
V = 1.8.6
DISTNAME = gmid-${V}
CATEGORIES = net
HOMEPAGE = https://gmid.omarpolo.com/
MAINTAINER = Omar Polo <op@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
# uses pledge()
# uses unveil()
WANTLIB += c crypto event ssl tls util
MASTER_SITES = https://github.com/omar-polo/gmid/releases/download/$V/
CONFIGURE_STYLE = simple
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gmid
${INSTALL_DATA} ${FILESDIR}/gmid.conf ${PREFIX}/share/examples/gmid
.include <bsd.port.mk>