summaryrefslogtreecommitdiff
path: root/databases/ldapvi/options.mk
diff options
context:
space:
mode:
authorghen <ghen>2007-10-11 19:26:39 +0000
committerghen <ghen>2007-10-11 19:26:39 +0000
commit91f2eb4eef02e183b31c6d7ffde90aaadb05fff4 (patch)
treef45c9a34d24c62525fd89fdc58856360493392bb /databases/ldapvi/options.mk
parent6f43be9df7792699702c99ba06487491a5e42a67 (diff)
downloadpkgsrc-91f2eb4eef02e183b31c6d7ffde90aaadb05fff4.tar.gz
ldapvi is an interactive LDAP client for Unix terminals. Using it, you can
update LDAP entries with a text editor. Think of it as vipw(1) for LDAP.
Diffstat (limited to 'databases/ldapvi/options.mk')
-rw-r--r--databases/ldapvi/options.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/ldapvi/options.mk b/databases/ldapvi/options.mk
new file mode 100644
index 00000000000..f3441f60014
--- /dev/null
+++ b/databases/ldapvi/options.mk
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1.1.1 2007/10/11 19:26:39 ghen Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.ldapvi
+PKG_SUPPORTED_OPTIONS= sasl
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Msasl)
+. include "../../security/cyrus-sasl/buildlink3.mk"
+.endif