# New ports collection makefile for:	0W-httpd
# Date created:				17 March 2005
# Whom:					Vsevolod Stakhov
#
# $FreeBSD: ports/www/zerowait-httpd/Makefile,v 1.5 2006/04/25 19:52:00 pav Exp $
#

PORTNAME=	zerowait-httpd
PORTVERSION=	0.7n
CATEGORIES=	www
MASTER_SITES=	http://www.0w.ru/httpd/
DISTNAME=	0W-httpd-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}

MAINTAINER=	laszlof@vonostingroup.com
COMMENT=	Lightweight and fast http server

USE_GMAKE=	yes
USE_OPENSSL=	yes
USE_RC_SUBR=	0W-httpd

MAKE_ARGS=	CFLAGS="${CFLAGS}" CPPFLAGS=-I..
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX} --owner=${WWWOWN} --group=${WWWGRP}
PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}

.include <bsd.port.mk>
