diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-06 21:33:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-06 21:33:49 +0000 |
commit | a72a2ffef34f1cb0c21b1523b41cf3ed04f3eea9 (patch) | |
tree | e358f526b8211f458f6cc8dcce519f667e181455 /mail/claws-mail-spamreport | |
parent | e5bded1e449de2ff7b1ca4be737fb9b364864f01 (diff) | |
download | ports-a72a2ffef34f1cb0c21b1523b41cf3ed04f3eea9.tar.gz ports-a72a2ffef34f1cb0c21b1523b41cf3ed04f3eea9.zip |
Notes
Diffstat (limited to 'mail/claws-mail-spamreport')
-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 |
3 files changed, 46 insertions, 0 deletions
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 |