aboutsummaryrefslogtreecommitdiffstats
path: root/www/zerowait-httpd/Makefile
blob: 51164b5ca989c5f7d5b11b18486c45384ef5a7dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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= ports@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>