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:
peter 2000-12-08 12:01:07 +00:00
parent 801d914a55
commit e89621d1b3
2 changed files with 16 additions and 1 deletions

View File

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

View File

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