ea3a1bbe24
- Modernize pkg-plist and don't force removal of logs upon deinstall - Bump PORTREVISION PR: 189954 (based on) [1] Submitted by: <joe@thrallingpenguin.com> [1]
25 lines
536 B
Makefile
25 lines
536 B
Makefile
# Created by: Vsevolod Stakhov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zerowait
|
|
PORTVERSION= 0.8d
|
|
PORTREVISION= 3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://mirror.mcx2.org/
|
|
PKGNAMESUFFIX= -httpd
|
|
DISTNAME= 0W-httpd-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lightweight and fast http server
|
|
|
|
USES= gmake
|
|
USE_OPENSSL= yes
|
|
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>
|