|
Lines 28-39
Link Here
|
| 28 |
# installed port preference over it. |
28 |
# installed port preference over it. |
| 29 |
## |
29 |
## |
| 30 |
|
30 |
|
| 31 |
OPTIONS_DEFINE= DKIM SPF CURL LDAP P0F POSTFIX DOCS EXAMPLES |
31 |
OPTIONS_DEFINE= DKIM SPF CURL LDAP P0F DRAC SPAMASS POSTFIX DOCS EXAMPLES |
| 32 |
OPTIONS_DEFAULT= DKIM SPF CURL |
32 |
OPTIONS_DEFAULT= DKIM SPF CURL |
| 33 |
DKIM_DESC= DKIM support |
33 |
DKIM_DESC= DKIM support |
| 34 |
SPF_DESC= SPF support |
34 |
SPF_DESC= SPF support |
| 35 |
CURL_DESC= curl support |
35 |
CURL_DESC= curl support |
| 36 |
P0F_DESC= P0F support |
36 |
P0F_DESC= P0F support |
|
|
37 |
DRAC_DESC= DRAC support |
| 38 |
SPAMASS_DESC= SpamAssassin support |
| 37 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
39 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
| 38 |
|
40 |
|
| 39 |
DKIM_LIB_DEPENDS= libopendkim.so:mail/opendkim |
41 |
DKIM_LIB_DEPENDS= libopendkim.so:mail/opendkim |
|
Lines 46-52
Link Here
|
| 46 |
POSTFIX_LIBS_OFF= ${SENDMAIL_LDADD} |
48 |
POSTFIX_LIBS_OFF= ${SENDMAIL_LDADD} |
| 47 |
|
49 |
|
| 48 |
P0F_CONFIGURE_ENABLE= p0f306 |
50 |
P0F_CONFIGURE_ENABLE= p0f306 |
|
|
51 |
DRAC_CONFIGURE_ENABLE= drac |
| 49 |
|
52 |
|
|
|
53 |
SPAMASS_CONFIGURE_ENABLE= spamassassin |
| 54 |
SPAMASS_RUN_DEPENDS= spamc:mail/spamassassin |
| 55 |
|
| 50 |
DKIM_CONFIGURE_ON= --with-libopendkim=${LOCALBASE} |
56 |
DKIM_CONFIGURE_ON= --with-libopendkim=${LOCALBASE} |
| 51 |
DKIM_USES= ssl |
57 |
DKIM_USES= ssl |
| 52 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |
58 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |