freebsd-ports/mail/evolution-mapi/Makefile
Koop Mast 3cfced888e Update evolution suite to 3.12.10.
Fix build of mail/evolution on 9.x and 8.x after webkit updates [1]

PR:		196079 [1]
		196706 [1]
Submitted by:	truckman@, lawrence chen <beastie@tardisi.com>
2015-01-15 16:49:18 +00:00

37 lines
1.1 KiB
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/mail/evolution-mapi/Makefile 20048 2014-11-10 09:19:46Z gusi $
PORTNAME= evolution-mapi
PORTVERSION= 3.12.10
CATEGORIES= mail gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Evolution plugin to connect to Microsoft Exchange servers
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \
evolution>=3.0.0:${PORTSDIR}/mail/evolution
LIB_DEPENDS= libmapi.so:${PORTSDIR}/mail/libmapi
RUN_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution
USES= gettext gmake libtool pkgconfig tar:xz
USE_GNOME= intltool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
CFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
VERSION= 3.12
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>