4e3e241093
Changelog: http://claws-mail.org/news.php claws-mail: - Now whole release is distributed as one file - Move common stuff to Makefile.claws - Cleanup many accumulated, old and not needed things - Move bogofilter, pgp and spamassassin plugins to separate ports - Dillo plugin was dropped so drop option for it plugins: - All plugins ports are now slaves to main port - Remove all distinfo and pkg-plist files - this is now handled by main port - Deprecate cachesaver and gtkhtml2_viewer plugins - they are not maintained by upstream anymore
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# Created by: Pawel Pekala <c0rn@o2.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= perl
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Perl filtering plugin for Claws Mail
|
|
|
|
USE_PERL5= yes
|
|
|
|
PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl
|
|
|
|
CLAWS_PLUGINS_BUILD= perl
|
|
|
|
post-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \
|
|
${PREFIX}/share/claws-mail/
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|