summaryrefslogtreecommitdiff
path: root/mail/perdition/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/perdition/options.mk')
-rw-r--r--mail/perdition/options.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/perdition/options.mk b/mail/perdition/options.mk
new file mode 100644
index 00000000000..aac5ad0065f
--- /dev/null
+++ b/mail/perdition/options.mk
@@ -0,0 +1,16 @@
+# $NetBSD: options.mk,v 1.1 2006/01/31 21:07:30 tv Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.perdition
+PKG_SUPPORTED_OPTIONS= ssl
+PKG_SUGGESTED_OPTIONS= ssl
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Build with OpenSSL as the underlying crypto library.
+###
+.if !empty(PKG_OPTIONS:Mssl)
+. include "../../security/openssl/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-ssl
+.endif