2001-01-02 10:38:34 +00:00
|
|
|
# New ports collection makefile for: isync
|
|
|
|
# Date created: 2000-12-23
|
|
|
|
# Whom: eivind
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= isync
|
2006-04-29 22:08:00 +00:00
|
|
|
PORTVERSION= 1.0.2
|
2001-01-02 10:38:34 +00:00
|
|
|
CATEGORIES= mail
|
2003-08-16 16:32:44 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-04-13 13:58:57 +00:00
|
|
|
|
2003-08-11 15:05:18 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
|
2001-01-02 10:38:34 +00:00
|
|
|
|
2006-04-29 22:08:00 +00:00
|
|
|
USE_BDB= 42+
|
2003-08-16 16:32:44 +00:00
|
|
|
USE_GETOPT_LONG= yes
|
2001-11-28 14:18:35 +00:00
|
|
|
USE_OPENSSL= yes
|
2003-08-16 16:32:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-08-16 16:32:44 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2001-01-02 10:38:34 +00:00
|
|
|
|
2005-04-15 17:48:23 +00: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
|
|
|
|
|
2006-04-29 22:08:00 +00:00
|
|
|
CPPFLAGS= -I${BDB_INCLUDE_DIR} -I${OPENSSLINC}
|
|
|
|
LDFLAGS= -L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto
|
2005-04-15 17:48:23 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
|
2001-01-02 10:38:34 +00:00
|
|
|
|
2005-04-15 17:48:23 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2003-08-16 16:32:44 +00:00
|
|
|
|
2001-01-02 10:38:34 +00:00
|
|
|
.include <bsd.port.mk>
|