freebsd-ports/www/zerowait-httpd/Makefile
Dennis Herrmann fbeadb280c - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:20:59 +00:00

29 lines
605 B
Makefile

# New ports collection makefile for: 0W-httpd
# Date created: 17 March 2005
# Whom: Vsevolod Stakhov
#
# $FreeBSD$
#
PORTNAME= zerowait
PORTVERSION= 0.8d
CATEGORIES= www
MASTER_SITES= http://www.0w.ru/httpd/ \
http://mirror.mcx2.org/
PKGNAMESUFFIX= -httpd
DISTNAME= 0W-httpd-${PORTVERSION}
MAINTAINER= dhn@FreeBSD.org
COMMENT= Lightweight and fast http server
USE_GMAKE= yes
USE_OPENSSL= yes
USE_RC_SUBR= 0W-httpd
ALL_TARGET= #none
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --owner=${WWWOWN} --group=${WWWGRP}
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
.include <bsd.port.mk>