From bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 7 Nov 2005 21:08:37 +0000 Subject: - Remove evolution & evolution-exchange until we get hal =/ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5087 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution-exchange/Makefile | 58 ---------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 mail/evolution-exchange/Makefile (limited to 'mail/evolution-exchange/Makefile') diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile deleted file mode 100644 index 1e99122b9..000000000 --- a/mail/evolution-exchange/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# 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.38 2005/09/05 17:52:40 kwm Exp $ -# - -PORTNAME= evolution-exchange -PORTVERSION= 2.4.1 -CATEGORIES= mail gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.4 -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.4 -PLIST_SUB= VERSION="2.4" EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" \ - OLDDOCSDIR="share/doc/ximian-connector" - -.include - -.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 -- cgit v1.2.3