summaryrefslogtreecommitdiff
path: root/chat/ctrlproxy/options.mk
blob: 0d3218cf8c966cf1985c4ebfbf8234bdc5603762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.1.1.1 2009/01/04 01:05:46 adrianp Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.ctrlproxy

PKG_SUPPORTED_OPTIONS=	ssl

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

###
### Build in SSL support via gnutls
###
.if !empty(PKG_OPTIONS:Mssl)
.include "../../security/gnutls/buildlink3.mk"
.endif