42757a1ea7
mail/isync. isync is a command line utility for synchronizing a remote IMAP mailbox with a local maildir-style mailbox. This is useful for working in disconnected mode, such as on a laptop. Modifications made locally and remotely are synchronized so that no message status flags are lost. Supplied by Ceri Storey in PR#19314. Thanks!
16 lines
412 B
Makefile
16 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/12/07 15:12:41 cjep Exp $
|
|
#
|
|
|
|
DISTNAME= isync-0.8
|
|
CATEGORIES= mail net
|
|
MASTER_SITES= http://www.cs.hmc.edu/~me/isync/
|
|
|
|
MAINTAINER= cez+misc.pkgsrc@compsoc.man.ac.uk
|
|
HOMEPAGE= http://www.cs.hmc.edu/~me/isync/
|
|
COMMENT= Syncronize a maildir with an imap server
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|