aboutsummaryrefslogtreecommitdiff
path: root/www/zerowait-httpd/Makefile
blob: db4ddc01ce3b09ac7ee8945142a92377a5daac3a (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
PORTNAME=	zerowait
PORTVERSION=	0.8d
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	https://BSDforge.com/projects/source/www/zerowait-httpd/
PKGNAMESUFFIX=	-httpd
DISTNAME=	0W-httpd-${PORTVERSION}

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Lightweight and fast http server
WWW=		https://www.0w.ru/httpd/

LICENSE=	BSD3CLAUSE

USES=		gmake ssl
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}
SUB_FILES=	pkg-deinstall

.include <bsd.port.mk>