mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
Site is now back up Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com> Approved by: portmgr (blanket)
24 lines
570 B
Makefile
24 lines
570 B
Makefile
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>
|