summaryrefslogtreecommitdiff
path: root/mail/re-alpine/options.mk
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2009-09-15 23:27:05 +0000
committerreed <reed@pkgsrc.org>2009-09-15 23:27:05 +0000
commitd8ea5fefb992d9539440628c8e0301c80f079c1f (patch)
treeb03a64d88e0dc709ab8cf0552322ebc626ad60ec /mail/re-alpine/options.mk
parent9bae53ce3a90586ea2d94c183adb96c8bf4dca9d (diff)
downloadpkgsrc-d8ea5fefb992d9539440628c8e0301c80f079c1f.tar.gz
Import new package: re-alpine.
Re-alpine is a fork of Alpine with a new development team. (Alpine is the official replacement for the Pine email and news client.) Re-alpine is a screen-oriented message-handling tool (i.e. a mail client) with many configurations for the novice and power user. This package currently only installs the alpine binary, excluding the pilot and pico binaries which would cause it to conflict with the pine package.
Diffstat (limited to 'mail/re-alpine/options.mk')
-rw-r--r--mail/re-alpine/options.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/re-alpine/options.mk b/mail/re-alpine/options.mk
new file mode 100644
index 00000000000..6a8e60f8dbc
--- /dev/null
+++ b/mail/re-alpine/options.mk
@@ -0,0 +1,23 @@
+# $NetBSD: options.mk,v 1.1.1.1 2009/09/15 23:27:05 reed Exp $
+#
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.alpine
+PKG_SUPPORTED_OPTIONS= ldap pinepwd
+PKG_SUGGESTED_OPTIONS= pinepwd
+
+.include "../../mk/bsd.options.mk"
+
+# not tested
+#.if !empty(PKG_OPTIONS:Mkerberos)
+#CONFIGURE_ARGS+= --with-krb5
+#.include "../../mk/krb5.buildlink3.mk"
+#.endif
+
+.if !empty(PKG_OPTIONS:Mldap)
+CONFIGURE_ARGS+= --with-ldap
+.include "../../databases/openldap-client/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mpinepwd)
+CONFIGURE_ARGS+= --with-passfile=.pinepwd
+.endif