openbsd-ports/mail/imapsync/Makefile
ajacoutot 6ab49203e4 Import imapsync-1.249
imapsync is a tool for facilitating incremental recursive IMAP transfers
from one mailbox to another. It is useful for mailbox migration, and
reduces the amount of data transferred by only copying messages that are
not present on both servers. Read, unread, and deleted flags are
preserved, and the process can be stopped and resumed. The original
messages can optionally be deleted after a successful transfer.

from Pierre-Emmanuel Andre <pea at raveland dot org> with some tweaks
2008-04-03 12:40:27 +00:00

35 lines
789 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/04/03 12:40:27 ajacoutot Exp $
COMMENT= IMAP synchronization tool
DISTNAME= imapsync-1.249
CATEGORIES= mail
MAINTAINER= Pierre-Emmanuel Andre <pea@raveland.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/
EXTRACT_SUFX= .tgz
RUN_DEPENDS= ::converters/p5-DateManip \
::security/p5-IO-Socket-SSL \
::security/p5-Digest-HMAC \
::mail/p5-Mail-IMAPClient \
::devel/p5-Term-ReadKey
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
/usr/bin/pod2man ${WRKSRC}/imapsync ${WRKSRC}/imapsync.1
${INSTALL_SCRIPT} ${WRKSRC}/imapsync ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/imapsync.1 ${PREFIX}/man/man1
.include <bsd.port.mk>