e2d019b19f
Changelog: Version 1.4.23: - Fix SCRAM-SHA-1 authentication via libgsasl. Reported and analyzed by Steffen Lehmann for mpop. Version 1.4.22: - Update gnulib to 2010-12-23. - Avoid different account selection behaviour in --pretend mode, and print more informational messages about account selection in --pretend and --debug mode. Suggested by Adam Spiers. - Add a new passwordeval command and --passwordeval option, to set the password from the output of a command. Written by Martin Stenberg. - A few documentation improvements, suggested by Andries E. Brouwer.
38 lines
864 B
Makefile
38 lines
864 B
Makefile
# $NetBSD: Makefile,v 1.29 2011/02/02 11:18:29 ryoon Exp $
|
|
|
|
DISTNAME= msmtp-1.4.23
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= bcv@hub3.net
|
|
HOMEPAGE= http://msmtp.sourceforge.net/
|
|
COMMENT= SMTP plugin for MUAs
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/msmtp
|
|
CONF_FILES= ${EGDIR}/msmtprc-user.example \
|
|
${PKG_SYSCONFDIR}/msmtprc
|
|
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${OPSYS} == "Interix"
|
|
CPPFLAGS+= -D__WINSOCK
|
|
.endif
|
|
|
|
.include "options.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/msmtprc-user.example ${DESTDIR}${EGDIR}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|