aboutsummaryrefslogtreecommitdiffstats
path: root/mail/isync/Makefile
blob: a68fcec19cd4f9a22c00318ba7919cde1ab940fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    isync
# Date created:             2000-12-23
# Whom:                 eivind
#
# $FreeBSD$
#

PORTNAME=   isync
PORTVERSION=    1.0.4
CATEGORIES= mail
MASTER_SITES=   SF

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Maintain local copies of remote IMAP folders w/synchronized flags

LICENSE=    GPLv2

GNU_CONFIGURE=  yes
USE_OPENSSL=    yes
USE_BDB=    42+
MAKE_JOBS_SAFE= yes

MAN1=       isync.1 mbsync.1 mdconvert.1
PORTDOCS=   AUTHORS ChangeLog NEWS README TODO
PLIST_FILES=    bin/get-cert bin/isync bin/mbsync bin/mdconvert

CPPFLAGS+=  -I${BDB_INCLUDE_DIR} -I${OPENSSLINC}
LDFLAGS+=   -L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto

post-patch:
    @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>