Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= milter-greylist |
4 |
PORTNAME= milter-greylist |
5 |
PORTVERSION= 4.4.3 |
5 |
PORTVERSION= 4.4.3 |
6 |
PORTREVISION= 5 |
6 |
PORTREVISION= 6 |
7 |
CATEGORIES= mail |
7 |
CATEGORIES= mail |
8 |
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ |
8 |
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ |
9 |
http://fossies.org/unix/privat/ |
9 |
http://fossies.org/unix/privat/ |
Lines 31-39
Link Here
|
31 |
# installed port preference over it. |
31 |
# installed port preference over it. |
32 |
## |
32 |
## |
33 |
|
33 |
|
34 |
OPTIONS_DEFINE= SPF GEOIP CURL DKIM LDAP P0F POSTFIX DOCS EXAMPLES |
34 |
OPTIONS_DEFINE= SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES |
35 |
SPF_DESC= SPF support |
35 |
SPF_DESC= SPF support |
36 |
DKIM_DESC= DKIM support |
|
|
37 |
CURL_DESC= curl support |
36 |
CURL_DESC= curl support |
38 |
P0F_DESC= P0F support |
37 |
P0F_DESC= P0F support |
39 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
38 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
Lines 42-48
Link Here
|
42 |
SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 |
41 |
SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 |
43 |
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl |
42 |
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl |
44 |
GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP |
43 |
GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP |
45 |
DKIM_LIB_DEPENDS= libdkim.so:${PORTSDIR}/mail/libdkim |
|
|
46 |
|
44 |
|
47 |
POSTFIX_CONFIGURE_ENABLE= postfix |
45 |
POSTFIX_CONFIGURE_ENABLE= postfix |
48 |
POSTFIX_LDFLAGS_OFF= ${SENDMAIL_LDFLAGS} |
46 |
POSTFIX_LDFLAGS_OFF= ${SENDMAIL_LDFLAGS} |
Lines 50-59
Link Here
|
50 |
|
48 |
|
51 |
P0F_CONFIGURE_ENABLE= p0f306 |
49 |
P0F_CONFIGURE_ENABLE= p0f306 |
52 |
|
50 |
|
53 |
DKIM_CONFIGURE_WITH= --with-libdkim=${LOCALBASE} |
51 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |
54 |
SPF_CONFIGURE_WITH= --with-libspf2=${LOCALBASE} |
52 |
GEOIP_CONFIGURE_ON= --with-libGeoIP=${LOCALBASE} |
55 |
GEOIP__CONFIGURE_WITH= --with-libGeoIP=${LOCALBASE} |
53 |
CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} |
56 |
CURL_CONFIGURE_WITH= --with-libcurl=${LOCALBASE} |
|
|
57 |
LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE} |
54 |
LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE} |
58 |
LDAP_LDFLAGS= -L${LOCALBASE}/lib |
55 |
LDAP_LDFLAGS= -L${LOCALBASE}/lib |
59 |
LDAP_USE= OPENLDAP=yes |
56 |
LDAP_USE= OPENLDAP=yes |