From 3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Thu, 25 Feb 2016 20:33:43 +0000 Subject: - add postfix SASL slave port to the tree Requested by many PR: 195662 PR: 205162 --- mail/Makefile | 2 ++ mail/postfix-current-sasl/Makefile | 14 ++++++++++++++ mail/postfix-sasl/Makefile | 14 ++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 mail/postfix-current-sasl/Makefile create mode 100644 mail/postfix-sasl/Makefile (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index 3b9f9ddce622..23c35e445052 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -489,12 +489,14 @@ SUBDIR += postfinger SUBDIR += postfix SUBDIR += postfix-current + SUBDIR += postfix-current-sasl SUBDIR += postfix-logwatch SUBDIR += postfix-policyd-sf SUBDIR += postfix-policyd-spf-perl SUBDIR += postfix-policyd-spf-python SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd + SUBDIR += postfix-sasl SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postsrsd diff --git a/mail/postfix-current-sasl/Makefile b/mail/postfix-current-sasl/Makefile new file mode 100644 index 000000000000..d121b6196f5c --- /dev/null +++ b/mail/postfix-current-sasl/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PKGNAMESUFFIX?= -current-sasl + +MAINTAINER= ohauer@FreeBSD.org +COMMENT= Postfix with Cyrus SASL support + +MASTERDIR= ${.CURDIR}/../postfix-current + +OPTIONS_SLAVE= SASL + +SASL_SLAVE= yes + +.include "${MASTERDIR}/Makefile" diff --git a/mail/postfix-sasl/Makefile b/mail/postfix-sasl/Makefile new file mode 100644 index 000000000000..95fa425ce734 --- /dev/null +++ b/mail/postfix-sasl/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PKGNAMESUFFIX?= -sasl + +MAINTAINER= ohauer@FreeBSD.org +COMMENT= Postfix with Cyrus SASL support + +MASTERDIR= ${.CURDIR}/../postfix + +OPTIONS_SLAVE= SASL + +SASL_SLAVE= yes + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3