mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# Created by: Bartek Rutkowski <robak@FreeBSD.org>
|
|
|
|
PORTNAME= nginx
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Robust and small WWW server (lite package)
|
|
|
|
MASTERDIR= ${.CURDIR}/../nginx
|
|
|
|
CONFLICTS= nginx-1.* \
|
|
nginx-devel-1.* \
|
|
nginx-full-1.* \
|
|
nginx-naxsi-1.*
|
|
|
|
OPTIONS_DEFAULT=FILE_AIO HTTP HTTP_CACHE \
|
|
HTTP_REALIP HTTP_REWRITE \
|
|
HTTP_SSL THREADS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|