Lines 30-41
Link Here
|
30 |
# installed port preference over it. |
30 |
# installed port preference over it. |
31 |
## |
31 |
## |
32 |
|
32 |
|
33 |
OPTIONS_DEFINE= SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES |
33 |
OPTIONS_DEFINE= DKIM SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES |
|
|
34 |
DKIM_DESC= DKIM support |
34 |
SPF_DESC= SPF support |
35 |
SPF_DESC= SPF support |
35 |
CURL_DESC= curl support |
36 |
CURL_DESC= curl support |
36 |
P0F_DESC= P0F support |
37 |
P0F_DESC= P0F support |
37 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
38 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
38 |
|
39 |
|
|
|
40 |
DKIM_LIB_DEPENDS= libopendkim.so:mail/opendkim |
39 |
P0F_RUN_DEPENDS= p0f:net-mgmt/p0f |
41 |
P0F_RUN_DEPENDS= p0f:net-mgmt/p0f |
40 |
SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 |
42 |
SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 |
41 |
CURL_LIB_DEPENDS= libcurl.so:ftp/curl |
43 |
CURL_LIB_DEPENDS= libcurl.so:ftp/curl |
Lines 47-52
Link Here
|
47 |
|
49 |
|
48 |
P0F_CONFIGURE_ENABLE= p0f306 |
50 |
P0F_CONFIGURE_ENABLE= p0f306 |
49 |
|
51 |
|
|
|
52 |
DKIM_CONFIGURE_ON= --with-libopendkim=${LOCALBASE} |
53 |
DKIM_USES= ssl |
50 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |
54 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |
51 |
GEOIP_CONFIGURE_ON= --with-libGeoIP=${LOCALBASE} |
55 |
GEOIP_CONFIGURE_ON= --with-libGeoIP=${LOCALBASE} |
52 |
CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} |
56 |
CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} |