2004-11-07 23:24:32 +01:00
# New ports collection makefile for: evolution-data-server
# Date created: 09 December 2003
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
2009-01-10 06:22:13 +01:00
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.164 2009/01/10 01:59:21 mezz Exp $
2004-11-07 23:24:32 +01:00
#
PORTNAME = evolution-data-server
2009-01-13 04:51:40 +01:00
PORTVERSION = 2.24.3
2004-11-07 23:24:32 +01:00
CATEGORIES = databases gnome
2008-03-24 04:52:36 +01:00
MASTER_SITES = GNOME
2004-11-07 23:24:32 +01:00
DIST_SUBDIR = gnome2
MAINTAINER = gnome@FreeBSD.org
COMMENT = The data backends for the Evolution integrated mail/PIM suite
2008-03-24 04:52:36 +01:00
LIB_DEPENDS = soup-2.4.1:${ PORTSDIR } /devel/libsoup \
2005-03-18 03:20:21 +01:00
nss3.1:${ PORTSDIR } /security/nss \
2008-08-03 08:48:51 +02:00
tasn1.3:${ PORTSDIR } /security/libtasn1 \
2009-01-10 06:22:13 +01:00
sqlite3.8:${ PORTSDIR } /databases/sqlite3 \
2008-08-03 08:48:51 +02:00
gnome-keyring.0:${ PORTSDIR } /security/gnome-keyring
2004-11-07 23:24:32 +01:00
USE_BZIP2 = yes
USE_GMAKE = yes
2007-10-17 12:13:01 +02:00
USE_BISON = build
2006-04-30 02:47:21 +02:00
USE_GETTEXT = yes
2009-01-10 06:22:13 +01:00
USE_GNOME = gnomeprefix gnomehack intlhack libgnomeui ltverhack \
ltasneededhack
2005-11-05 05:53:48 +01:00
USE_OPENLDAP = yes
USE_AUTOTOOLS = libtool:15
2008-05-11 09:33:40 +02:00
USE_BDB = 41+
2006-10-14 10:35:50 +02:00
USE_LDCONFIG = yes
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
CONFIGURE_ARGS = --enable-static \
--enable-nss= yes \
2008-08-03 08:48:51 +02:00
--enable-gnome-keyring= yes \
2005-11-05 05:53:48 +01:00
--with-openldap= yes \
2006-10-14 10:35:50 +02:00
--with-libdb= ${ LOCALBASE }
CONFIGURE_ENV = CPPFLAGS = " -I ${ LOCALBASE } /include -I ${ BDB_INCLUDE_DIR } ${ PTHREAD_CFLAGS } " \
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 ${ PTHREAD_LIBS } "
2009-01-10 06:22:13 +01:00
PLIST_SUB = VERSION = "2.24" EVO_VERSION = "1.2"
2006-10-14 10:35:50 +02:00
2009-01-10 06:22:13 +01:00
#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off
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 n c l u d e < b s d . p o r t . p r e . m k >
2007-10-25 01:37:25 +02:00
. i f d e f i n e d ( H E I M D A L _ H O M E ) | | d e f i n e d ( W I T H _ H E I M D A L )
HEIMDAL_HOME ?= ${ LOCALBASE }
2005-03-20 07:46:08 +01:00
LIB_DEPENDS += krb5:${ PORTSDIR } /security/heimdal
CONFIGURE_ARGS += --with-krb5= ${ HEIMDAL_HOME } --with-krb5-includes= ${ HEIMDAL_HOME } /include
2008-07-05 20:50:01 +02:00
KRB5_LIB = ` ${ HEIMDAL_HOME } /bin/krb5-config gssapi --libs`
2007-10-25 01:37:25 +02:00
. e l i f ! d e f i n e d ( N O _ K E R B E R O S )
CONFIGURE_ARGS += --with-krb5= /usr
2008-05-11 09:33:40 +02:00
KRB5_LIB = ` /usr/bin/krb5-config gssapi --libs`
2005-03-20 07:46:08 +01:00
. e n d i f
2009-01-10 06:22:13 +01:00
#.if defined(WITH_IMAP4) || defined(PACKAGE_BUILDING)
#CONFIGURE_ARGS+= --enable-imap4=yes
#PLIST_SUB+= IMAP4=""
#.else
2006-10-14 10:35:50 +02:00
PLIST_SUB += IMAP4 = "@comment "
2009-01-10 06:22:13 +01:00
#.endif
2006-10-14 10:35:50 +02:00
2008-05-11 09:33:40 +02:00
EDS_BDB_MSG = " !!!WARNING!!!: Berkeley Database version is ${ BDB_VER } . If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41. "
pre-everything ::
@if [ x" ${ BDB_VER } " != x"41" ] ; then \
${ ECHO_MSG } ${ EDS_BDB_MSG } | ${ FMT } 75 79 ; \
fi
2006-10-14 10:35:50 +02:00
post-patch :
2008-05-11 09:33:40 +02:00
@${ REINPLACE_CMD } -e ' s| -ldb| -l${ BDB_LIB_NAME } | g ; \
s| heimlibs = ".*" | heimlibs = " ${ KRB5_LIB } " | g' \
${ WRKSRC } /configure
2006-10-14 10:35:50 +02:00
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 n c l u d e < b s d . p o r t . p o s t . m k >