aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-02-25 20:33:43 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-02-25 20:33:43 +0000
commit3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4 (patch)
tree8aa9cab59acba5ac72b41be7c7e6970528fc4e6c /mail
parent0891faea7c7c8350c97aeb7d5ddfe46248ee16f8 (diff)
downloadports-3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4.tar.gz
ports-3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4.zip
- add postfix SASL slave port to the tree
Requested by many PR: 195662 PR: 205162
Notes
Notes: svn path=/head/; revision=409557
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile2
-rw-r--r--mail/postfix-current-sasl/Makefile14
-rw-r--r--mail/postfix-sasl/Makefile14
3 files changed, 30 insertions, 0 deletions
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"