solene 00e6ea9af4 Import vger-1.06
Vger is a gemini server supporting chroot, virtualhosts,
CGI, default language choice, redirections and MIME types
detection.

Vger design is relying on inetd and a daemon to take care of
TLS.  The idea is to delegate TLS and network to daemons
which proved doing it correctly, so vger takes its request
from stdin and output the result to stdout.

ok thfr@
2021-04-04 08:57:15 +00:00

25 lines
514 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2021/04/04 08:57:15 solene Exp $
COMMENT = gemini server written in C used with inetd
V = 1.06
DISTNAME = vger-${V}
CATEGORIES = net
HOMEPAGE = https://tildegit.org/solene/vger/
MAINTAINER = Florian Viehweger <openbsd@out-of-creativity.de>
# BSD 2-clause
PERMIT_PACKAGE = Yes
# uses pledge()
# uses unveil()
WANTLIB += c
MASTER_SITES = https://tildegit.org/solene/vger/archive/
DISTFILES = vger-{}${V}${EXTRACT_SUFX}
WRKSRC = ${WRKDIR}/vger
.include <bsd.port.mk>