aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp-devel
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-19 09:38:07 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-19 09:38:07 +0000
commit3960b87dadd7732b6325c696d9f665a1d651ce84 (patch)
tree7946c2de517de657c05a5e96acfd8fcc46f96945 /mail/msmtp-devel
parente5e0d7d82491c4cda50734fa711c3456cba9d322 (diff)
Notes
Diffstat (limited to 'mail/msmtp-devel')
-rw-r--r--mail/msmtp-devel/Makefile49
-rw-r--r--mail/msmtp-devel/distinfo2
-rw-r--r--mail/msmtp-devel/pkg-descr7
3 files changed, 0 insertions, 58 deletions
diff --git a/mail/msmtp-devel/Makefile b/mail/msmtp-devel/Makefile
deleted file mode 100644
index c83b66b2b81b..000000000000
--- a/mail/msmtp-devel/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# Ports collection makefile for: msmtp-devel
-# Date created: 2 June 2004
-# Whom: Roman Bogorodskiy
-#
-# $FreeBSD$
-#
-
-PORTNAME= msmtp
-PORTVERSION= 1.2.0
-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>
diff --git a/mail/msmtp-devel/distinfo b/mail/msmtp-devel/distinfo
deleted file mode 100644
index 4f1fe376d029..000000000000
--- a/mail/msmtp-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (msmtp-1.2.0.tar.gz) = ad23bc7217a6d78fdf1f9312adcd350b
-SIZE (msmtp-1.2.0.tar.gz) = 154348
diff --git a/mail/msmtp-devel/pkg-descr b/mail/msmtp-devel/pkg-descr
deleted file mode 100644
index b759f5842287..000000000000
--- a/mail/msmtp-devel/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.
-
-Note: you may want to install mail/msmtpqueue - queuing support for msmtp.
-
-WWW: http://msmtp.sourceforge.net/