848c6fcac3
-- - fixes a possible security issue as posted to BugTraq (unconfirmed, exploitability unknown) - tmpnam() -> mkstemp() in htpasswd - kqueue() fixes - a number of other fixes and improvements
28 lines
615 B
Makefile
28 lines
615 B
Makefile
# $OpenBSD: Makefile,v 1.9 2001/11/24 03:13:57 brad Exp $
|
|
|
|
COMMENT= "tiny/turbo/throttling HTTP server"
|
|
|
|
DISTNAME= thttpd-2.22beta4
|
|
PKGNAME= thttpd-2.22b4
|
|
CATEGORIES= www
|
|
NEED_VERSION= 1.500
|
|
|
|
HOMEPAGE= http://www.acme.com/software/thttpd/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.acme.com/software/thttpd/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|