openbsd-ports/www/thttpd/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

31 lines
628 B
Makefile

# $OpenBSD: Makefile,v 1.19 2007/09/15 20:38:26 merdely Exp $
COMMENT= tiny/turbo/throttling HTTP server
DISTNAME= thttpd-2.25b
PKGNAME= ${DISTNAME}p1
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>