aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail-archiver/Makefile
blob: aedbd04914c7b2f7278af298cbac8f8c772a7e29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    sylpheed-claws-mail-archiver
# Date created:     28 june 2008
# Whom:         Martin Wilke
#
# $FreeBSD$
#

PORTNAME=   archiver
PORTVERSION=    0.6.10
CATEGORIES= mail
MASTER_SITES=   http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX=  claws-mail-
DISTNAME=   archive-${PORTVERSION}

MAINTAINER= miwi@FreeBSD.org
COMMENT=    mail archiver plugin for claws-mail

LICENSE=    GPLv3

BUILD_DEPENDS=  claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail
RUN_DEPENDS=    claws-mail>=3.7.10:${PORTSDIR}/mail/claws-mail

USE_GMAKE=  yes
USE_AUTOTOOLS=  autoconf
MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>