# New ports collection makefile for: evolution-kolab # Date created: 18 Jun 2012 # Whom: Koop Mast # # $FreeBSD$ # $MCom: ports/mail/evolution-kolab/Makefile,v 1.1 2012/06/18 20:07:45 kwm Exp $ # PORTNAME= evolution-kolab PORTVERSION= 3.4.4 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Kolab groupware connector for evolution 3 BUILD_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 \ gperf>=3.0.3:${PORTSDIR}/devel/gperf LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 RUN_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 EVO_VER= 3.4.1 USE_XZ= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_SQLITE= yes MAKE_JOBS_UNSAFE=yes USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack libxml2 gconf2 CONFIGURE_ENV= ac_cv_path_GPERF=${LOCALBASE}/bin/gperf CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib VERSION= 3.4 PLIST_SUB= VERSION=${VERSION} .include .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif post-patch: @${REINPLACE_CMD} -e 's,prefix}/doc/evolution_kolab,prefix}/share/doc/evolution_kolab,g' \ ${WRKSRC}/Makefile.in .include