diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-08-30 13:55:12 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-08-30 13:55:12 +0000 |
commit | 740fa44df8c88f7169fa1197a7eb70108c051da3 (patch) | |
tree | 2bb1fe12f783be78a6dfd711a2aa03e55f2e5420 /mail | |
parent | 0d9c8e95b7afaccf196fe700176a177724c48518 (diff) | |
download | pkgsrc-740fa44df8c88f7169fa1197a7eb70108c051da3.tar.gz |
Add feature macosx-keyring for msmtp if build on Dawrin
msmtp provides MacOS X Keychain support by using the configuration
option `--with-macosx-keyring`. With this setting enabled passwords
for msmtp can be stored in the MacOS X keychain.
From Thomas Merkel in NetBSD/pkgsrc#14
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 6d050cbda68..778350e94f4 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2016/11/15 08:54:40 leot Exp $ +# $NetBSD: Makefile,v 1.68 2017/08/30 13:55:12 wiedi Exp $ DISTNAME= msmtp-1.6.6 CATEGORIES= mail +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.xz @@ -15,6 +16,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config msgfmt xgettext CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS.Darwin+= --with-macosx-keyring EGDIR= ${PREFIX}/share/examples/msmtp CONF_FILES= ${EGDIR}/msmtprc-user.example \ |