a395f24d02
- Bump portrevisions of plugins with no new version - Recreate checksum files to new standard - Add LICENSE infos - Mark MAKE_JOBS_SAFE PR: 152711 Submitted by: Pawel Pekala <c0rn@o2.pl>
27 lines
610 B
Makefile
27 lines
610 B
Makefile
# New ports collection makefile for: sylpheed-claws-mail-archiver
|
|
# Date created: 28 june 2008
|
|
# Whom: Martin Wilke
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= archiver
|
|
PORTVERSION= 0.6.8
|
|
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
|
|
|
|
BUILD_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
|
|
RUN_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= autoconf:268
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|