aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"