- add postfix SASL slave port to the tree

Requested by many

PR:	195662
PR: 	205162
This commit is contained in:
Olli Hauer
2016-02-25 20:33:43 +00:00
parent 0891faea7c
commit 3450c7e6b6
3 changed files with 30 additions and 0 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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"