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