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.
14 lines
303 B
Makefile
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
|