2013-01-15 14:40:28 +01:00
|
|
|
# Created by: eivind
|
2001-01-02 11:38:34 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= isync
|
2013-02-22 15:45:56 +01:00
|
|
|
PORTVERSION= 1.0.6
|
2001-01-02 11:38:34 +01:00
|
|
|
CATEGORIES= mail
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
2002-04-13 15:58:57 +02:00
|
|
|
|
2006-12-27 21:50:29 +01:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
|
2001-01-02 11:38:34 +01:00
|
|
|
|
2011-12-27 16:14:23 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2003-08-16 18:32:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-12-27 21:50:29 +01:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
USE_BDB= 42+
|
|
|
|
|
2005-04-15 19:48:23 +02:00
|
|
|
MAN1= isync.1 mbsync.1 mdconvert.1
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
|
|
|
|
PLIST_FILES= bin/get-cert bin/isync bin/mbsync bin/mdconvert
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${OPENSSLINC}
|
|
|
|
LDFLAGS+= -L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto
|
2005-04-15 19:48:23 +02:00
|
|
|
|
2013-01-15 14:40:28 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2005-04-15 19:48:23 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
|
2001-01-02 11:38:34 +01:00
|
|
|
|
2005-04-15 19:48:23 +02:00
|
|
|
post-install:
|
2013-01-15 14:40:28 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2005-04-15 19:48:23 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2003-08-16 18:32:44 +02:00
|
|
|
|
2001-01-02 11:38:34 +01:00
|
|
|
.include <bsd.port.mk>
|