aefcb517e0
- The 'isync' compatibility wrapper is now deprecated. - An IMAP Path/NAMESPACE rooted in INBOX won't be handled specially any more. This means that some Patterns may need adjustment. - The default output is a lot less verbose now. The meanings of the -V and -D options changed significantly. - The SSL/TLS configuration has been re-designed. SSL is now explicitly enabled or disabled - "use SSL if available" is gone. Notice: Tunnels are assumed to be secure and thus default to no SSL. - Support for SASL (flexible authentication) has been added. - Support for Windows file systems has been added. - Support for compressed data transfer has been added. - Folder deletions can be propagated now.
24 lines
678 B
Makefile
24 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.40 2016/12/15 14:15:01 schmonz Exp $
|
|
|
|
DISTNAME= isync-1.2.1
|
|
CATEGORIES= mail net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://isync.sourceforge.net/
|
|
COMMENT= Synchronize a maildir with an imap server
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c99
|
|
BDB_ACCEPTED= db4 db5
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
|
|
LDFLAGS+= -lcrypto
|
|
|
|
post-patch:
|
|
${TOUCH} ${WRKSRC}/configure ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in
|
|
|
|
BUILDLINK_TRANSFORM+= l:db:${BDB_TYPE}
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bdb.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|