freebsd-ports/www/zerowait-httpd/Makefile
Frank J. Laszlo 8e2cdea0ce Update to version 0.7p
Submitted by:	self (maintainer)
2006-12-05 20:14:29 +00:00

27 lines
649 B
Makefile

# New ports collection makefile for: 0W-httpd
# Date created: 17 March 2005
# Whom: Vsevolod Stakhov
#
# $FreeBSD$
#
PORTNAME= zerowait-httpd
PORTVERSION= 0.7p
CATEGORIES= www
MASTER_SITES= http://www.0w.ru/httpd/
DISTNAME= 0W-httpd-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= laszlof@FreeBSD.org
COMMENT= Lightweight and fast http server
USE_GMAKE= yes
USE_OPENSSL= yes
USE_RC_SUBR= 0W-httpd
ALL_TARGET= # none
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>