From 9e9bd729a4570c7b21d1e40173d87b6b9b1bfdb0 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 19 Sep 2003 09:24:29 +0000 Subject: Initial import of msmtp, an SMTP plugin for MUAs, provided by Bryan Carter Vyhmeister in PR 22840. and probably other MUAs (mail user agents). msmtp forwards mails to an SMTP server (for example at a free mail provider) which does the delivery. Features include: * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5 * TLS encrypted connections * IPv6 support * robustness * detailed error messages (including the full answer of the SMTP server) if something goes wrong * sendmail compatible exit codes (which most MUAs understand). Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail. --- mail/msmtp/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mail/msmtp/Makefile (limited to 'mail/msmtp/Makefile') diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile new file mode 100644 index 00000000000..3b42ca85c5a --- /dev/null +++ b/mail/msmtp/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/19 09:24:29 wiz Exp $ +# + +DISTNAME= msmtp-0.5.0 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} + +MAINTAINER= bcv@hub3.net +HOMEPAGE= http://msmtp.sourceforge.net/ +COMMENT= SMTP plugin for MUAs + +USE_BUILDLINK2= yes + +EGDIR= ${PREFIX}/share/examples/msmtp + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/msmtp ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/msmtp.1 ${PREFIX}/man/man1 + +post-install: + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/msmtprc.example ${EGDIR} + +.include "../../security/openssl/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3