diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-03-27 21:19:11 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-03-27 21:19:11 +0000 |
commit | 9bdca5221641fb3fc38551907654d7830576fb79 (patch) | |
tree | 79899b6c14c87ce3ae40baa6fd0fa5d54bebb84c /mail/mailman-exim4 | |
parent | 0d575cf87ebee2cba53de1a33faf57f261111f2d (diff) | |
download | ports-9bdca5221641fb3fc38551907654d7830576fb79.tar.gz ports-9bdca5221641fb3fc38551907654d7830576fb79.zip |
Notes
Diffstat (limited to 'mail/mailman-exim4')
-rw-r--r-- | mail/mailman-exim4/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/mailman-exim4/Makefile b/mail/mailman-exim4/Makefile new file mode 100644 index 000000000000..5a8241ec5254 --- /dev/null +++ b/mail/mailman-exim4/Makefile @@ -0,0 +1,14 @@ +# Created by: Matthias Andree <mandree@FreeBSD.org> + +PKGNAMESUFFIX= -exim4 + +COMMENT= mailman with Exim4 configuration and dependency + +CONFLICTS_INSTALL= mailman*postfix* mailman-2* mailman-with-htdig-2* + +OPTIONS_EXCLUDE= COURIER OPENSMTPD POSTFIX SENDMAIL +OPTIONS_SLAVE= EXIM4 + +MASTERDIR= ${.CURDIR}/../../mail/mailman + +.include "${MASTERDIR}/Makefile" |