summaryrefslogtreecommitdiffstats
path: root/mail/evolution-ews/Makefile
blob: 4ac50aea753f8da56757833e6bf2ecd5194515cc (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/mail/evolution-ews/Makefile,v 1.6 2012/08/16 20:14:42 kwm Exp $

PORTNAME=   evolution-ews
PORTVERSION=    3.6.4
CATEGORIES= mail gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Evolution 3 plugin to connect to Microsoft Exchange Web Services

BUILD_DEPENDS=  evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3
LIB_DEPENDS=    soup-2.4:${PORTSDIR}/devel/libsoup \
        ical:${PORTSDIR}/devel/libical
RUN_DEPENDS=    evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3

EVO_VER=    3.6.0
USE_XZ=     yes
USES=       gettext pathfix pkgconfig
USE_AUTOTOOLS=  libtool
USE_SQLITE= yes
USE_GMAKE=  yes
USE_BDB=    5
USE_OPENLDAP=   yes
USE_GNOME=  gnomeprefix intlhack ltasneededhack
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

VERSION=    3.6
PLIST_SUB=  VERSION=${VERSION}

.include <bsd.port.mk>