diff options
author | kwm <kwm@FreeBSD.org> | 2016-07-05 18:37:21 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-07-05 18:37:21 +0800 |
commit | a8821949b4e14b3224cbe0e2a550f0e9ece61d72 (patch) | |
tree | 18d34cec8ffaaade7fe01e8feb0e4857e3ac7e42 /mail | |
parent | d6aff95378d05982ddf4650d6a8e071efd97c62f (diff) | |
download | freebsd-ports-graphics-a8821949b4e14b3224cbe0e2a550f0e9ece61d72.tar.gz freebsd-ports-graphics-a8821949b4e14b3224cbe0e2a550f0e9ece61d72.tar.zst freebsd-ports-graphics-a8821949b4e14b3224cbe0e2a550f0e9ece61d72.zip |
* Teach evolution where to find spamassassin and bogofilter. So junk
filtering work.
* Add LICENSE blob.
PR: 202376 (based on)
Submitted by: cpm@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
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 |