2022-03-11 20:09:36 +00:00

23 lines
397 B
Makefile

COMMENT= tiny/turbo/throttling HTTP server
DISTNAME= sthttpd-2.26.4
REVISION= 5
CATEGORIES= www
MASTER_SITES= http://opensource.dyc.edu/pub/sthttpd/
HOMEPAGE= http://opensource.dyc.edu/sthttpd/
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= WEBDIR="/var/www/htdocs" WEBGROUP=www
FAKE_FLAGS= cgidir="${PREFIX}/libexec/sthttpd"
NO_TEST= Yes
.include <bsd.port.mk>