|
Lines 3-9
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= milter-greylist |
4 |
PORTNAME= milter-greylist |
| 5 |
PORTVERSION= 4.6.2 |
5 |
PORTVERSION= 4.6.2 |
| 6 |
PORTREVISION= 5 |
6 |
PORTREVISION= 4 |
| 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 13-22
Link Here
|
| 13 |
|
13 |
|
| 14 |
LICENSE= BSD3CLAUSE |
14 |
LICENSE= BSD3CLAUSE |
| 15 |
|
15 |
|
| 16 |
USES= tar:tgz autoreconf |
|
|
| 17 |
|
| 18 |
MAKE_JOBS_UNSAFE= yes |
16 |
MAKE_JOBS_UNSAFE= yes |
| 19 |
|
17 |
|
|
|
18 |
USES= tar:tgz |
| 19 |
|
| 20 |
## |
20 |
## |
| 21 |
# Use the following quirks to choose which sendmail to use (ports or system): |
21 |
# Use the following quirks to choose which sendmail to use (ports or system): |
| 22 |
# |
22 |
# |
|
Lines 28-38
Link Here
|
| 28 |
# installed port preference over it. |
28 |
# installed port preference over it. |
| 29 |
## |
29 |
## |
| 30 |
|
30 |
|
| 31 |
OPTIONS_DEFINE= DKIM SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES |
31 |
OPTIONS_DEFINE= DKIM SPF CURL LDAP P0F POSTFIX DOCS EXAMPLES |
| 32 |
OPTIONS_DEFAULT= DKIM SPF GEOIP |
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 |
GEOIP_DESC= Enable GeoIP1 + GeoIP2 Support |
|
|
| 36 |
CURL_DESC= curl support |
35 |
CURL_DESC= curl support |
| 37 |
P0F_DESC= P0F support |
36 |
P0F_DESC= P0F support |
| 38 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
37 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
|
Lines 40-56
Link Here
|
| 40 |
DKIM_LIB_DEPENDS= libopendkim.so:mail/opendkim |
39 |
DKIM_LIB_DEPENDS= libopendkim.so:mail/opendkim |
| 41 |
P0F_RUN_DEPENDS= p0f:net-mgmt/p0f |
40 |
P0F_RUN_DEPENDS= p0f:net-mgmt/p0f |
| 42 |
SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 |
41 |
SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 |
| 43 |
GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb |
|
|
| 44 |
CURL_LIB_DEPENDS= libcurl.so:ftp/curl |
42 |
CURL_LIB_DEPENDS= libcurl.so:ftp/curl |
| 45 |
|
43 |
|
| 46 |
POSTFIX_CONFIGURE_ENABLE= postfix |
44 |
POSTFIX_CONFIGURE_ENABLE= postfix |
|
|
45 |
POSTFIX_LDFLAGS_OFF= ${SENDMAIL_LDFLAGS} |
| 46 |
POSTFIX_LIBS_OFF= ${SENDMAIL_LDADD} |
| 47 |
|
47 |
|
| 48 |
P0F_CONFIGURE_ENABLE= p0f306 |
48 |
P0F_CONFIGURE_ENABLE= p0f306 |
| 49 |
|
49 |
|
| 50 |
DKIM_CONFIGURE_ON= --with-libopendkim=${LOCALBASE} |
50 |
DKIM_CONFIGURE_ON= --with-libopendkim=${LOCALBASE} |
| 51 |
DKIM_USES= ssl |
51 |
DKIM_USES= ssl |
| 52 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |
52 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |
| 53 |
GEOIP_CONFIGURE_ON= --with-libmaxminddb=${LOCALBASE} |
|
|
| 54 |
CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} |
53 |
CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} |
| 55 |
LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE} |
54 |
LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE} |
| 56 |
LDAP_LDFLAGS= -L${LOCALBASE}/lib |
55 |
LDAP_LDFLAGS= -L${LOCALBASE}/lib |