brad 8d8efa11b0 sthttpd is a simple, small, fast, and secure HTTP server. It doesn't have
a lot of special features, but it suffices for most uses of the web,
it's about as fast as the best full-featured servers (Apache, NCSA,
Netscape), and it has one extremely useful feature (URL-traffic-based
throttling) that no other server currently has.

ok sthen@
2013-08-10 02:48:26 +00:00

22 lines
406 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/08/10 02:48:26 brad Exp $
COMMENT= tiny/turbo/throttling HTTP server
DISTNAME= sthttpd-2.26.3
CATEGORIES= www
MASTER_SITES= http://opensource.dyc.edu/pub/sthttpd/
HOMEPAGE= http://opensource.dyc.edu/sthttpd/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= WEBDIR="/var/www/htdocs" WEBGROUP=www
NO_TEST= Yes
.include <bsd.port.mk>