freebsd-ports/mail/roundcube-markasjunk2/Makefile
Pietro Cerutti d86810aa80 mail/roundcube-markasjunk2: new port, Mark as Junk plugin for roundcube
This plugin adds "mark as spam" or "mark as not spam" button to the message
menu.  When not in the Junk mailbox, messages are moved into the Junk mailbox
and marked as read.  When in the Junk mailbox, the buttons are changed to "mark
as not spam" or "this message is not spam" and the message is moved to the
Inbox.  The learning driver allows you to perform additional processing on each
message marked as spam/ham.

WWW: https://github.com/JohnDoh/Roundcube-Plugin-Mark-as-Junk-2
2016-03-02 09:22:59 +00:00

30 lines
591 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= markasjunk2
PORTVERSION= 1.9
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
MAINTAINER= gahr@FreeBSD.org
COMMENT= Roundcube mark-as-junk / mark-as-not-junk plugin
LICENSE= GPLv3
BUILD_DEPENDS= roundcube>=1.0:mail/roundcube
RUN_DEPENDS= roundcube>=1.0:mail/roundcube
USE_GITHUB= yes
GH_ACCOUNT= JohnDoh
GH_PROJECT= Roundcube-Plugin-Mark-as-Junk-2
NO_BUILD= yes
NO_ARCH= yes
WWWDIR= ${PREFIX}/www/roundcube/plugins/markasjunk2
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>