fb6b04c7a9
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.
17 lines
407 B
Makefile
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"
|