summaryrefslogtreecommitdiffstats
path: root/mail/evolution-ews/Makefile
blob: bfb89b35be029a737f283394f9e1a2168c4ec870 (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$

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

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

BUILD_DEPENDS=  evolution>=3.0.0:${PORTSDIR}/mail/evolution
LIB_DEPENDS=    libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
        libmspack.so:${PORTSDIR}/archivers/libmspack \
        libical.so:${PORTSDIR}/devel/libical
RUN_DEPENDS=    evolution>=3.0.0:${PORTSDIR}/mail/evolution

USES=       gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME=  gnomeprefix intlhack
GNU_CONFIGURE=  yes
USE_SQLITE= 3
USE_BDB=    5
USE_OPENLDAP=   yes
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

VERSION=    3.12
PLIST_SUB=  VERSION=${VERSION}

.include <bsd.port.mk>