summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-08 05:08:37 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-08 05:08:37 +0800
commitbebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8 (patch)
tree6c4645c5aca0b277b0264053f705f21be0972769 /mail/evolution-exchange/Makefile
parentd8c8d4b9829fa60f0e94f5745f9492c911c864e7 (diff)
downloadmarcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.tar
marcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.tar.gz
marcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.tar.bz2
marcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.tar.lz
marcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.tar.xz
marcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.tar.zst
marcuscom-ports-bebfdcf44ce3273e7b4ec77e7d58b53a0664e1b8.zip
- Remove evolution & evolution-exchange until we get hal =/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5087 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange/Makefile')
-rw-r--r--mail/evolution-exchange/Makefile58
1 files changed, 0 insertions, 58 deletions
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 <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>