blob: d912f89830940d31d33adc8dee2ca9ca93bc4bd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= spamreport
PORTREVISION= 0
COMMENT= Spam report plugin for Claws Mail
CLAWS_PLUGINS_BUILD= spam_report
.include "../claws-mail/Makefile.claws"
PLIST_FILES:= ${PLIST_FILES:S|spam_report|spamreport|g}
.include <bsd.port.mk>
|