summaryrefslogtreecommitdiffstats
path: root/mail/exim-old
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2002-01-28 13:46:25 +0000
committersheldonh <sheldonh@FreeBSD.org>2002-01-28 13:46:25 +0000
commit9ab5fefa7f2c902f74889368bef0c86833254052 (patch)
tree4bb9f1b9c2f23e2532056d6211cc9cf60cff7ee8 /mail/exim-old
parent134c0fa7b60e20edd212fa82e3030552317a26cc (diff)
downloadFreeBSD-ports-9ab5fefa7f2c902f74889368bef0c86833254052.zip
FreeBSD-ports-9ab5fefa7f2c902f74889368bef0c86833254052.tar.gz
Enable the LMTP transport by default and provide a knob for disabling
it. There are just too many people who need this for "black box" POP3/IMAP services to justify the bytes saved in the default package.
Diffstat (limited to 'mail/exim-old')
-rw-r--r--mail/exim-old/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index 3e79d6e..bfcab9e 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/Makefile
@@ -7,6 +7,7 @@
PORTNAME= exim
PORTVERSION= 3.34
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \
http://www.exim.org/ftp/exim3/ \
@@ -71,6 +72,10 @@ LDAP_LIB_TYPE?=OPENLDAP1
#
# Disable support for CDB-style lookups.
#WITHOUT_CDB= yes
+#
+# Disable support for the LMTP (RFC 2033 "SMTP over command pipe")
+# transport.
+#WITHOUT_LMTP
# You should not need to fiddle with anything below this point.
@@ -178,6 +183,10 @@ SEDLIST+= -e 's,^\# SUPPORT_MBX=,SUPPORT_MBX=,'
SEDLIST+= -e 's,^\# LOOKUP_CDB=,LOOKUP_CDB=,'
.endif
+.if !defined(WITHOUT_LMTP)
+SEDLIST+= -e 's,^\# TRANSPORT_LMTP=,TRANSPORT_LMTP=,'
+.endif
+
do-configure:
${MKDIR} ${WRKSRC}/Local
${SED} ${SEDLIST} < ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile
OpenPOWER on IntegriCloud