1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Enable keyring support and depend on gnome-keyring.

PR:		126101
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
This commit is contained in:
Joe Marcus Clarke 2008-08-03 06:48:51 +00:00
parent 35258fa5bc
commit ab266afbfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217976

View File

@ -8,6 +8,7 @@
PORTNAME= evolution-data-server
PORTVERSION= 2.22.3
PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -17,7 +18,8 @@ COMMENT= The data backends for the Evolution integrated mail/PIM suite
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
nss3.1:${PORTSDIR}/security/nss \
tasn1.3:${PORTSDIR}/security/libtasn1
tasn1.3:${PORTSDIR}/security/libtasn1 \
gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
USE_BZIP2= yes
USE_GMAKE= yes
@ -31,6 +33,7 @@ USE_BDB= 41+
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static \
--enable-nss=yes \
--enable-gnome-keyring=yes \
--with-openldap=yes \
--with-libdb=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \