2005-11-05 06:01:22 +01:00
# New ports collection makefile for: evolution-exchange
# Date created: 28 April, 2005
# Whom: Adam Weinberger, based off kiesel's ximian-exchange port
2004-06-02 03:02:27 +02:00
#
# $FreeBSD$
2009-04-24 08:38:26 +02:00
# $MCom: ports-stable/mail/evolution-exchange/Makefile,v 1.3 2009/04/16 01:14:40 kwm Exp $
2004-06-02 03:02:27 +02:00
#
2005-11-05 06:01:22 +01:00
PORTNAME = evolution-exchange
2009-07-04 09:58:02 +02:00
PORTVERSION = 2.26.3
2009-07-31 15:57:52 +02:00
PORTREVISION = 1
2004-06-02 03:02:27 +02:00
CATEGORIES = mail gnome
2008-05-14 20:19:24 +02:00
MASTER_SITES = GNOME
2005-11-05 06:01:22 +01:00
DIST_SUBDIR = gnome2
2004-06-02 03:02:27 +02:00
2006-08-18 17:52:55 +02:00
MAINTAINER = gnome@FreeBSD.org
2004-06-02 03:02:27 +02:00
COMMENT = Evolution plugin to connect to Microsoft Exchange servers
2007-10-25 01:37:25 +02:00
BUILD_DEPENDS = evolution:${ PORTSDIR } /mail/evolution
RUN_DEPENDS = evolution:${ PORTSDIR } /mail/evolution
2004-06-02 03:02:27 +02:00
2004-11-07 23:24:32 +01:00
USE_BZIP2 = yes
2006-04-30 02:47:21 +02:00
USE_GETTEXT = yes
2009-08-02 21:36:34 +02:00
USE_AUTOTOOLS = libtool:22
2004-06-02 03:02:27 +02:00
USE_GMAKE = yes
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
USE_BDB = 41
2004-11-07 23:24:32 +01:00
USE_OPENLDAP = yes
2009-01-10 06:22:13 +01:00
USE_GNOME = gnomeprefix intlhack gnomehack ltasneededhack
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
CONFIGURE_ENV = CPPFLAGS = " -I ${ LOCALBASE } /include -I ${ BDB_INCLUDE_DIR } " \
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
LDFLAGS = " -L ${ LOCALBASE } /lib "
2004-06-02 03:02:27 +02:00
CONFIGURE_ARGS = --with-openldap= ${ LOCALBASE } \
2005-11-05 06:01:22 +01:00
--with-static-ldap= no \
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
--disable-compile-warnings \
--with-libdb= ${ LOCALBASE }
2004-06-02 03:02:27 +02:00
2009-04-10 07:56:28 +02:00
EVO_VERSION = 2.26
VERSION = 2.26
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
PLIST_SUB = VERSION = ${ VERSION } EVO_VERSION = ${ EVO_VERSION } \
2008-03-24 04:52:36 +01:00
EDS_VERSION = "1.2"
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
GCONF_SCHEMAS = apps_exchange_addressbook-${ VERSION } .schemas
2004-06-02 03:02:27 +02:00
2004-11-07 23:24:32 +01:00
. i n c l u d e < b s d . p o r t . p r e . m k >
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
. i f ${ARCH} = = "amd64"
CONFIGURE_ENV += CFLAGS = " ${ CFLAGS } -fPIC "
. e n d i f
2007-02-28 06:54:22 +01:00
. i f e x i s t s ( $ { L O C A L B A S E } / i n c l u d e / m a p i . h )
2008-06-29 18:41:02 +02:00
IGNORE = build fails when ${ LOCALBASE } /include/mapi.h exists in system, run pkg_info -W ${ LOCALBASE } /include/mapi.h to find the offending port and uninstall it, then install ${ PORTNAME } and reinstall the port that installed mapi.h
2007-02-28 06:54:22 +01:00
. e n d i f
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
post-patch :
2007-10-25 01:37:25 +02:00
@${ REINPLACE_CMD } -e 's|-ldb|-l${BDB_LIB_NAME}|g' \
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
${ WRKSRC } /configure
2004-11-07 23:24:32 +01:00
. i n c l u d e < b s d . p o r t . p o s t . m k >