From a8821949b4e14b3224cbe0e2a550f0e9ece61d72 Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 5 Jul 2016 10:37:21 +0000 Subject: * Teach evolution where to find spamassassin and bogofilter. So junk filtering work. * Add LICENSE blob. PR: 202376 (based on) Submitted by: cpm@ --- mail/evolution/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 751d8550a3c..726f82d8a34 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,6 +3,7 @@ PORTNAME= evolution PORTVERSION= 3.18.5.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -10,6 +11,12 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Integrated mail, calendar and address book distributed suite +LICENSE= GFDL GPLv2+ LGPL21+ MPL OPENLDAP +LICENSE_COMB= multi +LICENSE_NAME_OPENLDAP= OpenLDAP Public License +LICENSE_FILE_OPENLDAP= ${WRKSRC}/COPYING.OPENLDAP +LICENSE_PERMS_OPENLDAP= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + BUILD_DEPENDS= itstool:textproc/itstool \ highlight:textproc/highlight LIB_DEPENDS= libnss3.so:security/nss \ @@ -83,11 +90,12 @@ LDAP_USE= OPENLDAP=yes WEATHER_LIB_DEPENDS= libgweather-3.so:net/libgweather WEATHER_CONFIGURE_ENABLE= weather -SPAMASSASSIN_CONFIGURE_WITH= spamassassin +SPAMASSASSIN_CONFIGURE_WITH= spamassassin=${PREFIX}/bin/spamassassin \ + sa-learn=${PREFIX}/bin/sa-learn SPAMASSASSIN_BUILD_DEPENDS= spamassassin:mail/spamassassin SPAMASSASSIN_RUN_DEPENDS= spamassassin:mail/spamassassin -BOGOFILTER_CONFIGURE_WITH= bogofilter +BOGOFILTER_CONFIGURE_WITH= bogofilter=${LOCALBASE}/bin/bogofilter BOGOFILTER_BUILD_DEPENDS= bogofilter:mail/bogofilter BOGOFILTER_RUN_DEPENDS= bogofilter:mail/bogofilter -- cgit