Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.115 2013/05/05 02:36:20 jnemeth Exp $
# $NetBSD: Makefile,v 1.119 2014/02/12 23:18:09 tron Exp $
PKGNAME= sendmail-${DIST_VERS}
PKGREVISION= 1
COMMENT= The well known Mail Transport Agent
CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]*
@@ -66,6 +67,9 @@ post-patch: make-sendmail-siteconfig
.if !empty(PKG_OPTIONS:Mtls)
cat ${FILESDIR}/site.config.m4-starttls >>${SITECONFIG}
.endif
.if !empty(PKG_OPTIONS:Mffr_tls_1)
cat ${FILESDIR}/site.config.m4-ffr_tls_1 >>${SITECONFIG}
.endif
.if !empty(PKG_OPTIONS:Msasl)
cat ${FILESDIR}/site.config.m4-sasl2 >>${SITECONFIG}
.endif