summaryrefslogtreecommitdiff
path: root/www/siege/options.mk
blob: adbef87bf34358421c83f53e2377eae6cfe124bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.2 2019/11/04 22:10:15 rillig Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.siege
PKG_SUPPORTED_OPTIONS=	ssl
PKG_SUGGESTED_OPTIONS=	ssl

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mssl)
CONFIGURE_ARGS+=	--with-ssl=${SSLBASE:Q}
.  include "../../security/openssl/buildlink3.mk"
.else
CONFIGURE_ARGS+=	--without-ssl
.endif