diff options
Diffstat (limited to '')
-rw-r--r-- | mail/evolution-exchange/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index f08068a09b90..a2c86d66d05a 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports-stable/mail/evolution-exchange/Makefile,v 1.1 2007/11/30 21:39:26 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.110 2008/03/13 03:13:38 marcus Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.12.3 +PORTVERSION= 2.22.0 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,11 +23,11 @@ RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_BDB= 41 USE_OPENLDAP= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnometarget +USE_GNOME= gnomeprefix intlhack gnomehack gnometarget ltasneededhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ @@ -34,10 +35,10 @@ CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --disable-compile-warnings \ --with-libdb=${LOCALBASE} -EVO_VERSION= 2.12 -VERSION= 2.12 +EVO_VERSION= 2.22 +VERSION= 2.22 PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ - EDS_VERSION="1.2" OLDDOCSDIR="share/doc/ximian-connector" + EDS_VERSION="1.2" GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas |