freebsd-ports/mail/roundcube-markasjunk2/Makefile
Pietro Cerutti 0a7723f8a8 mail/roundcube-markasjunk2: update to 1.10
* Add JS event markasjunk2-update to allow other plugins to influence the
  spam/ham options show
* Add init method to allow drivers to access markasjunk2-update JS event
* Replace config options markasjunk2_mb_toolbar and markasjunk2_cp_toolbar
  with new markasjunk2_toolbar option
2017-01-10 14:02:20 +00:00

30 lines
592 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= markasjunk2
PORTVERSION= 1.10
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>