1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/zerowait-httpd/Makefile
Martin Wilke 474f5cd212 - Update to 0.8d
- Pass maintainership to submitter

PR:		127781
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-10-05 13:33:12 +00:00

29 lines
603 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= adox@mcx2.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>