55ac3840e7
isync is a command line application which synchronizes a local maildir-style mailbox with a remote IMAP4 mailbox. It is suitable for use in IMAP-disconnected mode. Multiple copies of the remote IMAP4 mailbox can be maintained, and all flags are synchronized.
21 lines
427 B
Makefile
21 lines
427 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/19 16:19:45 danh Exp $
|
|
|
|
DISTNAME= isync-0.4
|
|
CATEGORIES= mail
|
|
NEED_VERSION= 1.356
|
|
MASTER_SITES= http://www.sigpipe.org/isync/
|
|
|
|
HOMEPAGE= http://www.sigpipe.org/isync/
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|