441d6f4800
- Add support for STAGEDIR - Properly set configure iconv args PR: ports/182439 [1] Reported by: Gerard Seibert <gerard@seibercom.net>
21 lines
476 B
Makefile
21 lines
476 B
Makefile
# Created by: Pawel Pekala <c0rn@o2.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= perl
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Perl filtering plugin for Claws Mail
|
|
|
|
USES+= perl5
|
|
|
|
PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl
|
|
|
|
CLAWS_PLUGINS_BUILD= perl
|
|
|
|
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>
|