Add common flavors to Makefile and document flavors (as per last commit)
in DESCR file. Thanks to Marc for prompting.
This commit is contained in:
parent
801d914a55
commit
e89621d1b3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2000/11/22 11:43:45 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2000/12/08 12:01:07 peter Exp $
|
||||
# $FreeBSD: Makefile,v 1.51 1997/11/14 22:56:43 hoek Exp $
|
||||
#
|
||||
|
||||
@ -14,6 +14,10 @@
|
||||
SUBDIR += dot-forward
|
||||
SUBDIR += elm
|
||||
SUBDIR += exim
|
||||
SUBDIR += exim:mysql
|
||||
SUBDIR += exim:pgsql
|
||||
SUBDIR += exim:ldap
|
||||
SUBDIR += exim:no_x11
|
||||
SUBDIR += exmh
|
||||
SUBDIR += exmh2
|
||||
SUBDIR += ezmlm
|
||||
|
@ -6,4 +6,15 @@ facilities for verifying incoming sender and recipient addresses, for refusing
|
||||
mail from specified hosts, networks, or senders, and for controlling mail
|
||||
relaying. This version also supports the STARTTLS extension.
|
||||
|
||||
This port can be built with the following flavors:
|
||||
|
||||
no_x11 - do not build eximon which requires X11
|
||||
no_perl - do not include perl support
|
||||
no_tls - do not include SSL/TLS support
|
||||
mysql - support mysql queries for lookups
|
||||
pgsql - support pgsql queries for lookups
|
||||
ldap - support ldap (OpenLDAP) queries for lookups
|
||||
|
||||
All these flavors are independent of each other.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user