openbsd-ports/www/thttpd/Makefile
aanriot 256ac28337 - s/httpd/thttpd/ in DESCR.
- SHA256 hash.
- regen PLIST while there.

ok pvalchev@
2007-02-18 22:14:34 +00:00

31 lines
630 B
Makefile

# $OpenBSD: Makefile,v 1.17 2007/02/18 22:14:34 aanriot Exp $
COMMENT= "tiny/turbo/throttling HTTP server"
DISTNAME= thttpd-2.25b
PKGNAME= ${DISTNAME}p0
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
WANTLIB= c
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>