From 9012136963d5b9dde4c90d0c33ee483d6bdf6d26 Mon Sep 17 00:00:00 2001 From: Sahil Tandon Date: Thu, 8 May 2014 01:40:38 +0000 Subject: [PATCH] - Add a child Postfix port with TLS enabled by default Submitted by: bz --- mail/Makefile | 1 + mail/postfix-tls/Makefile | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 mail/postfix-tls/Makefile diff --git a/mail/Makefile b/mail/Makefile index b2b1303e2c09..a8cee4a9d0e2 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -508,6 +508,7 @@ SUBDIR += postfix-policyd-spf-python SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd + SUBDIR += postfix-tls SUBDIR += postfix210 SUBDIR += postfix27 SUBDIR += postfix28 diff --git a/mail/postfix-tls/Makefile b/mail/postfix-tls/Makefile new file mode 100644 index 000000000000..976910aa983f --- /dev/null +++ b/mail/postfix-tls/Makefile @@ -0,0 +1,16 @@ +# Created by: Bjoern A. Zeeb +# $FreeBSD$ + +PKGNAMESUFFIX= -tls + +CONFLICTS_INSTALL= courier-0.* postfix-1.* postfix2?-* postfix21?-* \ + postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ + sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* \ + postfix-2.* + +OPTIONS_SLAVE= TLS + +MASTERDIR= ${.CURDIR}/../postfix +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} + +.include "${MASTERDIR}/Makefile"