pkgsrc/mail/roundcube-plugin-zipdownload/Makefile
taca fb6b04c7a9 Add roundcube-plugin-zipdownload package version 1.2.1, it is part of
official roundcube.

Roundcube Webmail ZipDownload
=============================
This plugin adds an option to download all attachments to a message in one zip
file, when a message has multiple attachments. The plugin also allows the
download of a selection of messages in 1 zip file.
2016-09-13 16:03:38 +00:00

17 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/09/13 16:03:38 taca Exp $
PLUGIN= zipdownload
MAINTAINER= taca@NetBSD.org
COMMENT= Roundcube Webmail ZipDownload plugin
LICENSE= gnu-gpl-v3
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip
PLUGIN= zipdownload
do-install: plugin-install
.include "../../mail/roundcube/plugins.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"