- add postfix SASL slave port to the tree
Requested by many PR: 195662 PR: 205162
This commit is contained in:
@@ -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
|
||||
|
||||
14
mail/postfix-current-sasl/Makefile
Normal file
14
mail/postfix-current-sasl/Makefile
Normal 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"
|
||||
14
mail/postfix-sasl/Makefile
Normal file
14
mail/postfix-sasl/Makefile
Normal 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"
|
||||
Reference in New Issue
Block a user