openbsd-ports/www/thttpd/Makefile
2004-01-02 13:01:28 +00:00

30 lines
615 B
Makefile

# $OpenBSD: Makefile,v 1.15 2004/01/02 13:01:28 jakob Exp $
COMMENT= "tiny/turbo/throttling HTTP server"
DISTNAME= thttpd-2.25b
PKGNAME= thttpd-2.25b
CATEGORIES= www
HOMEPAGE= http://www.acme.com/software/thttpd/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# BSD
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
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8
.include <bsd.port.mk>