aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-perl/Makefile
blob: b14edb0046987df0ebc651c73ad1d873672beb99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	perl

COMMENT=	Perl filtering plugin for Claws Mail
WWW=		https://www.claws-mail.org/plugin.php?plugin=perl

USES+=		perl5 shebangfix
SHEBANG_FILES=	src/plugins/perl/tools/matcherrc2perlfilter.pl

PLIST_FILES+=	share/claws-mail/matcherrc2perlfilter.pl

CLAWS_PLUGINS_BUILD=	${PORTNAME}

post-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/claws-mail
	${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \
		${STAGEDIR}${PREFIX}/share/claws-mail

.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>