freebsd-ports/mail/claws-mail-archiver/Makefile
Pawel Pekala 08f3b8c64c - Update Claws Mail & plugins to version 3.12.0
- 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]
2015-07-31 20:58:07 +00:00

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>