1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/zerowait-httpd/Makefile
2021-04-06 16:31:07 +02:00

26 lines
571 B
Makefile

# Created by: Vsevolod Stakhov
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
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>