summaryrefslogtreecommitdiff
path: root/mail/sendmail812/options.mk
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2007-04-17 10:25:33 +0000
committerjnemeth <jnemeth@pkgsrc.org>2007-04-17 10:25:33 +0000
commita07fed68b3433f3dc7973a818110b6cb0a767ace (patch)
tree2033c32139e1297e96596b7a542327108aa2dfc7 /mail/sendmail812/options.mk
parentec551bcb93c41e952499f054b063c32801505356 (diff)
downloadpkgsrc-a07fed68b3433f3dc7973a818110b6cb0a767ace.tar.gz
Removal of sendmail 8.12.x branch from pkgsrc. We already have the
8.13.x and will soon have the 8.14.x branches in pkgsrc.
Diffstat (limited to 'mail/sendmail812/options.mk')
-rw-r--r--mail/sendmail812/options.mk66
1 files changed, 0 insertions, 66 deletions
diff --git a/mail/sendmail812/options.mk b/mail/sendmail812/options.mk
deleted file mode 100644
index f2aa404b878..00000000000
--- a/mail/sendmail812/options.mk
+++ /dev/null
@@ -1,66 +0,0 @@
-# $NetBSD: options.mk,v 1.6 2006/05/31 18:22:24 ghen Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
-PKG_OPTIONS_OPTIONAL_GROUPS= database
-PKG_OPTIONS_GROUP.database= db2 db4
-PKG_SUPPORTED_OPTIONS= inet6 ldap sasl tls tcpwrappers sendmail-socketmap
-PKG_SUGGESTED_OPTIONS= tcpwrappers
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-PKG_SUGGESTED_OPTIONS+= db2
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-###
-### Berkeley DB version 2/4 format for on disk databases e.g. aliases
-###
-.if !empty(PKG_OPTIONS:Mdb2)
-. include "../../databases/db/buildlink3.mk"
-.elif !empty(PKG_OPTIONS:Mdb4)
-. include "../../databases/db4/buildlink3.mk"
-.endif
-
-###
-### Use OpenLDAP for remote database access
-###
-.if !empty(PKG_OPTIONS:Mldap)
-. include "../../databases/openldap-client/buildlink3.mk"
-.endif
-
-###
-### Use SASL/v2 for SMTP AUTH
-###
-.if !empty(PKG_OPTIONS:Msasl)
-. include "../../security/cyrus-sasl/buildlink3.mk"
-.endif
-
-###
-### Use OpenSSL libraries for SMTP STARTTLS support
-###
-.if !empty(PKG_OPTIONS:Mtls)
-. include "../../security/openssl/buildlink3.mk"
-.endif
-
-###
-### Use tcpwrappers for network access control to sendmail
-###
-.if !empty(PKG_OPTIONS:Mtcpwrappers)
-. include "../../security/tcp_wrappers/buildlink3.mk"
-.endif
-
-###
-### Enable Sendmail SOCKETMAP support
-###
-.if !empty(PKG_OPTIONS:Msendmail-socketmap)
-USE_TOOLS+= perl:run
-REPLACE_PERL= contrib/socketmapClient.pl contrib/socketmapServer.pl
-.endif
-
-###
-### IPv6 support.
-###
-.if !empty(PKG_OPTIONS:Minet6)
-.endif