|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= milter-greylist |
4 |
PORTNAME= milter-greylist |
| 5 |
PORTVERSION= 4.6.2 |
5 |
PORTVERSION= 4.6.3 |
| 6 |
PORTREVISION= 4 |
|
|
| 7 |
CATEGORIES= mail |
6 |
CATEGORIES= mail |
| 8 |
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ |
7 |
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ |
| 9 |
http://fossies.org/unix/privat/ |
8 |
http://fossies.org/unix/privat/ |
|
Lines 28-55
USES= tar:tgz
Link Here
|
| 28 |
# installed port preference over it. |
27 |
# installed port preference over it. |
| 29 |
## |
28 |
## |
| 30 |
|
29 |
|
| 31 |
OPTIONS_DEFINE= DKIM SPF CURL LDAP P0F POSTFIX DOCS EXAMPLES |
30 |
OPTIONS_DEFINE= DKIM SPF CURL LDAP P0F \ |
| 32 |
OPTIONS_DEFAULT= DKIM SPF CURL |
31 |
DRAC SPAMASSASSIN \ |
|
|
32 |
POSTFIX DOCS EXAMPLES GEOIP |
| 33 |
OPTIONS_DEFAULT= DKIM SPF CURL GEOIP |
| 33 |
DKIM_DESC= DKIM support |
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 |
|
|
38 |
DRAC_DESC= DRAC support |
| 39 |
SPAMASSASSIN_DESC= SpamAssassin support |
| 37 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
40 |
POSTFIX_DESC= Use Postfix instead of Sendmail |
| 38 |
|
41 |
|
| 39 |
DKIM_LIB_DEPENDS= libopendkim.so:mail/opendkim |
42 |
DKIM_LIB_DEPENDS= libopendkim.so:mail/opendkim |
|
|
43 |
DKIM_USES= ssl |
| 40 |
P0F_RUN_DEPENDS= p0f:net-mgmt/p0f |
44 |
P0F_RUN_DEPENDS= p0f:net-mgmt/p0f |
| 41 |
SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 |
45 |
SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 |
|
|
46 |
GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb |
| 42 |
CURL_LIB_DEPENDS= libcurl.so:ftp/curl |
47 |
CURL_LIB_DEPENDS= libcurl.so:ftp/curl |
| 43 |
|
48 |
|
| 44 |
POSTFIX_CONFIGURE_ENABLE= postfix |
49 |
POSTFIX_CONFIGURE_ENABLE= postfix |
| 45 |
POSTFIX_LDFLAGS_OFF= ${SENDMAIL_LDFLAGS} |
|
|
| 46 |
POSTFIX_LIBS_OFF= ${SENDMAIL_LDADD} |
| 47 |
|
| 48 |
P0F_CONFIGURE_ENABLE= p0f306 |
50 |
P0F_CONFIGURE_ENABLE= p0f306 |
|
|
51 |
DRAC_CONFIGURE_ENABLE= drac |
| 52 |
SPAMASSASSIN_CONFIGURE_ENABLE= spamassassin |
| 53 |
SPAMASSASSIN_RUN_DEPENDS= spamc:mail/spamassassin |
| 49 |
|
54 |
|
| 50 |
DKIM_CONFIGURE_ON= --with-libopendkim=${LOCALBASE} |
55 |
DKIM_CONFIGURE_ON= --with-libopendkim=${LOCALBASE} |
| 51 |
DKIM_USES= ssl |
|
|
| 52 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |
56 |
SPF_CONFIGURE_ON= --with-libspf2=${LOCALBASE} |
|
|
57 |
GEOIP_CONFIGURE_ON= --with-libmaxminddb=${LOCALBASE} |
| 53 |
CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} |
58 |
CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} |
| 54 |
LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE} |
59 |
LDAP_CONFIGURE_ON= --with-openldap=${LOCALBASE} |
| 55 |
LDAP_LDFLAGS= -L${LOCALBASE}/lib |
60 |
LDAP_LDFLAGS= -L${LOCALBASE}/lib |