pkgsrc/www/trafficserver/options.mk
fhajny fafc7a7431 Add Apache Traffic Server 7.1.0 as www/trafficserver.
Apache Traffic Server is a high-performance web proxy
cache that improves network efficiency and performance
by caching frequently-accessed information at the edge
of the network.
2017-08-17 14:57:09 +00:00

14 lines
303 B
Makefile

# $NetBSD: options.mk,v 1.1 2017/08/17 14:57:09 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.trafficserver
PKG_SUPPORTED_OPTIONS= wccp
PKG_SUGGESTED_OPTIONS= #
.include "../../mk/bsd.options.mk"
PLIST_VARS+= wccp
.if !empty(PKG_OPTIONS:Mwccp)
CONFIGURE_ARGS+= --enable-wccp
PLIST.wccp= yes
.endif