1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add msmtp-devel, a development version of msmtp.

PR:		ports/67594, ports/67602
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>,
		Roman Bogorodskiy <bogorodskiy@inbox.ru>
This commit is contained in:
Pav Lucistnik 2004-06-05 13:31:33 +00:00
parent ccc4fa37c5
commit fa3dce7f14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110884
4 changed files with 57 additions and 0 deletions

View File

@ -196,6 +196,7 @@
SUBDIR += mreport
SUBDIR += msgconvert
SUBDIR += msmtp
SUBDIR += msmtp-devel
SUBDIR += mulberry
SUBDIR += mutt
SUBDIR += mutt-devel

49
mail/msmtp-devel/Makefile Normal file
View File

@ -0,0 +1,49 @@
# Ports collection makefile for: msmtp-devel
# Date created: 2 June 2004
# Whom: Roman Bogorodskiy
#
# $FreeBSD$
#
PORTNAME= msmtp
PORTVERSION= 1.1.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
PKGNAMESUFFIX= -devel
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= The development version of SMTP plugin for MUAs
GNU_CONFIGURE= yes
USE_GETOPT_LONG=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= msmtp.1
PLIST_FILES= bin/msmtp
CONFLICTS= msmtp-0.* \
msmtp-1.0.*
.if !defined(WITH_OPENSSL)
WITH_GNUTLS= yes
.endif
.if defined(WITH_GNUTLS)
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_OPENSSL)
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-ssl=openssl
.endif
.if defined(WITH_GNU_SASL)
LIB_DEPENDS+= gsasl:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --disable-gsasl
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (msmtp-1.1.1.tar.gz) = 5ffb4f26c68760ffbaf7d37ff06d7abb
SIZE (msmtp-1.1.1.tar.gz) = 147697

View File

@ -0,0 +1,5 @@
This is a development version of msmtp. Most of the code was rewritten or
restructured, so it needs some testing. Some new features were also added:
SMTP pipelining, the --serverinfo option, and the --from option.
WWW: http://msmtp.sourceforge.net/