37aeaea9be
needed.) This update was performed by me locally at the same time as the submitter. Changes include: - Updated SSL support. - Added CRAM authentication support. - Added MailDir configuration option to specify the default location of local mailboxes when relative paths are used. - Added support for uploading local messages to the IMAP server. - Added CopyDeletedTo configuration option to cause isync to move deleted messages to a particular mailbox on the server when they are expunged. - Started to re-use passwords for multiple mailboxes Submitted by: Pete Fritchman <petef@databits.net>
19 lines
291 B
Makefile
19 lines
291 B
Makefile
# New ports collection makefile for: isync
|
|
# Date created: 2000-12-23
|
|
# Whom: eivind
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= isync
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.sigpipe.org/isync/
|
|
|
|
MAINTAINER= eivind@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= isync.1
|
|
|
|
.include <bsd.port.mk>
|