summaryrefslogtreecommitdiffstats
path: root/mail/evolution-mapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution-mapi/Makefile')
-rw-r--r--mail/evolution-mapi/Makefile33
1 files changed, 14 insertions, 19 deletions
diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile
index 90f8d3e..8b3cc57 100644
--- a/mail/evolution-mapi/Makefile
+++ b/mail/evolution-mapi/Makefile
@@ -1,37 +1,32 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/mail/evolution-mapi/Makefile,v 1.23 2010/11/16 09:58:56 kwm Exp $
+# $MCom: ports/trunk/mail/evolution-mapi/Makefile 19979 2014-10-17 05:16:24Z gusi $
PORTNAME= evolution-mapi
-PORTVERSION= 0.32.2
-PORTREVISION= 1
+PORTVERSION= 3.12.7
CATEGORIES= mail gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Evolution plugin to connect to Microsoft Exchange servers
-BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \
+ evolution>=3.0.0:${PORTSDIR}/mail/evolution
LIB_DEPENDS= libmapi.so:${PORTSDIR}/mail/libmapi
-RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution
+RUN_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution
-PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc
-
-IGNORE= doesn't build with current libmapi
-
-USES= gettext tar:bzip2 gmake
-USE_GNOME= evolutiondataserver
+USES= gettext gmake libtool pkgconfig tar:xz
+USE_GNOME= intltool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
+CFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
-EVO_VERSION= 2.32
-EDS_VERSION= 1.2
-PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION}
-
-.include <bsd.port.pre.mk>
+VERSION= 3.12
+PLIST_SUB= VERSION=${VERSION}
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
@@ -39,4 +34,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud