summaryrefslogtreecommitdiff
path: root/mail/isync/Makefile
blob: 114f802878553b9bf8173db11498f673c3d47f01 (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
# New ports collection makefile for:   isync
# Date created:		2000-12-23
# Whom:			eivind
#
# $FreeBSD$

PORTNAME=	isync
PORTVERSION=	0.8
PORTREVISION=	1
CATEGORIES=	mail
MASTER_SITES=	http://www.cs.hmc.edu/~me/isync/

LIB_DEPENDS=	db3.3:${PORTSDIR}/databases/db3

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

GNU_CONFIGURE=	yes
USE_OPENSSL=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/db3" \
		LIBS="-L${LOCALBASE}/lib" \
		LDFLAGS="-ldb3"

MAN1=		isync.1

.include <bsd.port.mk>