08f3b8c64c
- Fetch distfile from project site, SF distribution is postponed till situation with site is clear - Include configure patch that prevents linking all binaries to libarchive [1] - Switch archiver plugin to USES=libarchive [1] - Add new Manage Sieve plugin which allows manipulation of IMAP filters - Mark gdata plugin as IGNOREd, needs newer version of devel/libgdata library, which is not in ports yet Release notes: http://claws-mail.org/news.php PR: 201949 [1] Submitted by: tijl [1]
14 lines
253 B
Makefile
14 lines
253 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= archiver
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= Mail archiver plugin for Claws Mail
|
|
|
|
USES= libarchive
|
|
|
|
CLAWS_PLUGINS_BUILD= archive
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|