diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-07 05:33:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-07 05:33:49 +0800 |
commit | ec5a4173e21d57e455ea31bbd33273dd802f373a (patch) | |
tree | 437d2d3b9085e0c6bf31e60a5fdf11df5f54bd58 | |
parent | 092fce55ca8c9189f494530965ce0803a4d42169 (diff) | |
download | freebsd-ports-gnome-ec5a4173e21d57e455ea31bbd33273dd802f373a.tar.gz freebsd-ports-gnome-ec5a4173e21d57e455ea31bbd33273dd802f373a.tar.zst freebsd-ports-gnome-ec5a4173e21d57e455ea31bbd33273dd802f373a.zip |
This plugin reports spam to various places.
WWW: http://www.claws-mail.org/plugins.php
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 40 | ||||
-rw-r--r-- | mail/claws-mail-spamreport/distinfo | 3 | ||||
-rw-r--r-- | mail/claws-mail-spamreport/pkg-descr | 3 |
4 files changed, 47 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 954d23e2a294..62ecafd1cedb 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -55,6 +55,7 @@ SUBDIR += claws-mail-perl SUBDIR += claws-mail-rssyl SUBDIR += claws-mail-smime + SUBDIR += claws-mail-spamreport SUBDIR += claws-mail-synce SUBDIR += claws-mail-vcalendar SUBDIR += cmail diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile new file mode 100644 index 000000000000..56c307c49f9f --- /dev/null +++ b/mail/claws-mail-spamreport/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: claws-mail-spamreport +# Date created: 06 April 2007 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= spamreport +PORTVERSION= 0.2 +CATEGORIES= mail +MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ +PKGNAMEPREFIX= claws-mail- +DISTNAME= spam_report-${PORTVERSION} + +MAINTAINER= miwi@FreeBSD.org +COMMENT= SpamReport plugin for claws-mail + +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= claws-mail>=3.0.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.0.0:${PORTSDIR}/mail/claws-mail + +USE_GMAKE= yes +USE_XLIB= yes +USE_AUTOTOOLS= autoconf:261 + +CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ + --with-libintl-prefix=${LOCALBASE} + +PLIST_FILES=lib/claws-mail/plugins/spamreport.a \ + lib/claws-mail/plugins/spamreport.la \ + lib/claws-mail/plugins/spamreport.so \ + share/locale/ca/LC_MESSAGES/spam_report.mo \ + share/locale/fi/LC_MESSAGES/spam_report.mo \ + share/locale/es/LC_MESSAGES/spam_report.mo \ + share/locale/fr/LC_MESSAGES/spam_report.mo \ + share/locale/hu/LC_MESSAGES/spam_report.mo \ + share/locale/pt_BR/LC_MESSAGES/spam_report.mo \ + share/locale/sk/LC_MESSAGES/spam_report.mo \ + +.include <bsd.port.mk> diff --git a/mail/claws-mail-spamreport/distinfo b/mail/claws-mail-spamreport/distinfo new file mode 100644 index 000000000000..82299236d901 --- /dev/null +++ b/mail/claws-mail-spamreport/distinfo @@ -0,0 +1,3 @@ +MD5 (spam_report-0.2.tar.gz) = 32fbfbf372d788d5379b6e350f0940de +SHA256 (spam_report-0.2.tar.gz) = 077488a4f56fe836c90b79c8e2fe996d56cb0d7ee4f0bc5927e55bf36d6d20d9 +SIZE (spam_report-0.2.tar.gz) = 379740 diff --git a/mail/claws-mail-spamreport/pkg-descr b/mail/claws-mail-spamreport/pkg-descr new file mode 100644 index 000000000000..c9f641113c8b --- /dev/null +++ b/mail/claws-mail-spamreport/pkg-descr @@ -0,0 +1,3 @@ +This plugin reports spam to various places. + +WWW: http://www.claws-mail.org/plugins.php |