summaryrefslogtreecommitdiff
path: root/chat/ctrlproxy/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ctrlproxy/options.mk')
-rw-r--r--chat/ctrlproxy/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/ctrlproxy/options.mk b/chat/ctrlproxy/options.mk
new file mode 100644
index 00000000000..0d3218cf8c9
--- /dev/null
+++ b/chat/ctrlproxy/options.mk
@@ -0,0 +1,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