diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-11 07:10:42 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-11 07:10:42 +0800 |
| commit | c839975943b0594272d33ee38eee847a1b3f8741 (patch) | |
| tree | 62bfe4ce2d0129ff11db8bb1789557bc4e11f1d0 /mail/evolution-exchange/Makefile | |
| parent | 13b87067e4488029415d88ebbb06ab1ec07ec31f (diff) | |
| download | marcuscom-ports-c839975943b0594272d33ee38eee847a1b3f8741.tar marcuscom-ports-c839975943b0594272d33ee38eee847a1b3f8741.tar.gz marcuscom-ports-c839975943b0594272d33ee38eee847a1b3f8741.tar.bz2 marcuscom-ports-c839975943b0594272d33ee38eee847a1b3f8741.tar.lz marcuscom-ports-c839975943b0594272d33ee38eee847a1b3f8741.tar.xz marcuscom-ports-c839975943b0594272d33ee38eee847a1b3f8741.tar.zst marcuscom-ports-c839975943b0594272d33ee38eee847a1b3f8741.zip | |
Update to 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5097 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange/Makefile')
| -rw-r--r-- | mail/evolution-exchange/Makefile | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile new file mode 100644 index 000000000..02232d67b --- /dev/null +++ b/mail/evolution-exchange/Makefile @@ -0,0 +1,58 @@ +# New ports collection makefile for: evolution-exchange +# Date created: 28 April, 2005 +# Whom: Adam Weinberger, based off kiesel's ximian-exchange port +# +# $FreeBSD$ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.39 2005/10/04 04:32:19 marcus Exp $ +# + +PORTNAME= evolution-exchange +PORTVERSION= 2.5.1 +CATEGORIES= mail gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.5 +DIST_SUBDIR= gnome2 + +MAINTAINER= kiesel@schlund.de +COMMENT= Evolution plugin to connect to Microsoft Exchange servers + +BUILD_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution +RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution + +USE_BZIP2= yes +USE_X_PREFIX= yes + +USE_AUTOTOOLS= libtool:15 +USE_GMAKE= yes +USE_OPENLDAP= yes +USE_GNOME= gnomeprefix intlhack gnomehack gnometarget +USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ + --with-static-ldap=no \ + --disable-compile-warnings + +EVO_VERSION= 2.6 +PLIST_SUB= VERSION="2.6" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" \ + OLDDOCSDIR="share/doc/ximian-connector" + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \ + exists(/usr/lib/libkrb5.so) +CONFIGURE_ARGS+= --with-krb5=/usr +.else +LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal +.if defined(HEIMDAL_HOME) +CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include +.else +CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} +.endif +.endif + +.if ${ARCH} == "amd64" +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" +.endif + +.include <bsd.port.post.mk> |
