pkgsrc/mail/isync/Makefile
cjep 42757a1ea7 Initial import of isync 0.8 into the NetBSD packages collection as
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!
2002-12-07 15:12:41 +00:00

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"