summaryrefslogtreecommitdiffstats
path: root/mail/evolution/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r--mail/evolution/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index cc2a106fc..70c67f67e 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -2,12 +2,13 @@
# Date created: 28th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
-# $FreeBSD$
-# $MCom: ports/mail/evolution/Makefile,v 1.224 2010/06/07 14:21:48 kwm Exp $
+# $FreeBSD: ports/mail/evolution/Makefile,v 1.183 2010/06/08 19:40:54 makc Exp $
+# $MCom: ports/mail/evolution/Makefile,v 1.222 2010/04/27 12:12:48 kwm Exp $
#
PORTNAME= evolution
-PORTVERSION= 2.31.3.1
+PORTVERSION= 2.30.1.2
+PORTREVISION= 3
CATEGORIES= mail gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,10 +18,11 @@ COMMENT= An integrated mail, calendar and address book distributed suite
LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss \
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
- notify.1:${PORTSDIR}/devel/libnotify \
gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview
RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell
+CONFLICTS= evolution-2.31.*
+
USE_BZIP2= yes
USE_GMAKE= yes
USE_BISON= build
@@ -32,8 +34,7 @@ USE_AUTOTOOLS= libtool:22
USE_GSTREAMER= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%%
+USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
CONFIGURE_ARGS= --enable-nss=yes \
--enable-mono=no \
--disable-nm \
@@ -52,7 +53,7 @@ GCONF_SCHEMAS= apps_evolution_addressbook.schemas \
bogo-junk-plugin.schemas \
evolution-mail.schemas
-EVO_VERSION= 3.0
+EVO_VERSION= 2.30
PLIST_SUB= VERSION=${EVO_VERSION} \
PORTVERSION=2.12
@@ -63,8 +64,6 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \
.include <bsd.port.pre.mk>
-USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
-
.if defined(WITH_PILOT)
LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnome-pilot
CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \