diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-23 00:21:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-23 00:21:02 +0800 |
commit | bed81a6f253e33e51a0ae9796f5b9977425e8361 (patch) | |
tree | 76d5406a2e7bce78662c1ea15235d1fecf93b4d1 /mail/evolution-mapi/Makefile | |
parent | 1636ef8c5f43391b2a7a0ab36b14035d6abe2ba9 (diff) | |
download | marcuscom-ports-bed81a6f253e33e51a0ae9796f5b9977425e8361.tar.gz marcuscom-ports-bed81a6f253e33e51a0ae9796f5b9977425e8361.tar.zst marcuscom-ports-bed81a6f253e33e51a0ae9796f5b9977425e8361.zip |
Add CONFLICTS with the each others.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15853 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-mapi/Makefile')
-rw-r--r-- | mail/evolution-mapi/Makefile | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile new file mode 100644 index 000000000..3276b01b2 --- /dev/null +++ b/mail/evolution-mapi/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: evolution-mapi +# Date created: 24 Mar, 2009 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD: ports/mail/evolution-mapi/Makefile,v 1.11 2011/02/25 01:31:48 delphij Exp $ +# $MCom: ports/mail/evolution-mapi/Makefile,v 1.23 2010/11/16 09:58:56 kwm Exp $ +# + +PORTNAME= evolution-mapi +PORTVERSION= 0.32.1 +PORTREVISION= 1 +CATEGORIES= mail gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Evolution plugin to connect to Microsoft Exchange servers + +BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution +LIB_DEPENDS= mapi.0:${PORTSDIR}/mail/libmapi +RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution + +CONFLICTS= evolution-mapi-3.[0-9]* + +PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= evolutiondataserver +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +EVO_VERSION= 2.32 +EDS_VERSION= 1.2 +PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} + +.include <bsd.port.pre.mk> + +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.post.mk> |