summaryrefslogtreecommitdiffstats
path: root/mail/evolution-mapi3/Makefile
blob: 909d37cc969cc159a8f448557b472c46e5876782 (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
42
43
44
45
46
# New ports collection makefile for:    evolution-mapi
# Date created:             24 Mar, 2009
# Whom:                 Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   evolution-mapi
PORTVERSION=    3.4.4
CATEGORIES= mail gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

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

BUILD_DEPENDS=  evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3
LIB_DEPENDS=    mapi.0:${PORTSDIR}/mail/libmapi
RUN_DEPENDS=    evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3

CONFLICTS=  evolution-mapi-2.[0-9]*

BROKEN=     needs newer libmapi which needs samba4 update.

EVO_VER=    3.4.3
LATEST_LINK=    evolution-mapi3
USE_XZ=     yes
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_GNOME=  gconf2
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS"=   -L${LOCALBASE}/lib

VERSION=    3.0
PLIST_SUB=  VERSION=${VERSION}

post-patch:
    @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
        ${WRKSRC}/src/libexchangemapi/Makefile.in
    @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
            ${WRKSRC}/configure

.include <bsd.port.mk>