summaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox-devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-15 02:56:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-15 02:56:42 +0000
commitd6afee47fa098dbf70e87575691bbd36860f5dfb (patch)
treecd17e8815f3cb5feaca328f4a5352296920aa8b7 /ports-mgmt/tinderbox-devel
parentA python implementation of the munkres algorithm (diff)
- Add support for www/ngnix
Requested by: Dmitry Morozovsky <marck@rinet.ru> via tinderbox ml.
Notes
Notes: svn path=/head/; revision=312269
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r--ports-mgmt/tinderbox-devel/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile
index e702e890aabc..533bccd6b17c 100644
--- a/ports-mgmt/tinderbox-devel/Makefile
+++ b/ports-mgmt/tinderbox-devel/Makefile
@@ -20,7 +20,7 @@ OPTIONS_MULTI= DB
OPTIONS_MULTI_DB= PGSQL MYSQL SQLITE
OPTIONS_RADIO= WEB
-OPTIONS_RADIO_WEB= APACHE HIAWATHA LIGHTTPD
+OPTIONS_RADIO_WEB= APACHE HIAWATHA LIGHTTPD NGINX
OPTIONS_DEFINE= CHECK_FOR_ROOT EMAILS LSOF LOG_COMPRESS PARALLEL \
TMPFS
@@ -32,6 +32,7 @@ LOG_COMPRESS_DESC= Support bzip'ing the logs
PARALLEL_DESC= Apply PARALLEL extra patch
TMPFS_DESC= Apply TMPFS extra patch
HIAWATHA_DESC= Hiawatha server
+NGINX_DESC= Nginx server
OPTIONS_DEFAULT= MYSQL APACHE CHECK_FOR_ROOT EMAILS LSOF \
LOG_COMPRESS PARALLEL
@@ -48,7 +49,7 @@ MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MAPACHE} || ${PORT_OPTIONS:MHIAWATHA} || ${PORT_OPTIONS:MLIGHTTPD}
+.if ${PORT_OPTIONS:MAPACHE} || ${PORT_OPTIONS:MHIAWATHA} || ${PORT_OPTIONS:MLIGHTTPD} || ${PORT_OPTIONS:NGINX}
WEBUI= yes
.endif
@@ -89,6 +90,8 @@ USE_APACHE_RUN= 22+
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
.elif ${PORT_OPTIONS:MHIAWATHA}
RUN_DEPENDS+= hiawatha:${PORTSDIR}/www/hiawatha
+.elif ${PORT_OPTIONS:NGINX}
+RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx
.endif
.if ${PORT_OPTIONS:MEMAILS}