1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Add LDAP support.

PR:		32838
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2001-12-17 16:07:51 +00:00
parent 59433d89d7
commit 6ccfca34ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51674
2 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= evolution
PORTVERSION= 1.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= mail gnome
MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \
${MASTER_SITE_GNOME}
@ -17,9 +17,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf
#ldap.1:${PORTSDIR}/net/openldap <- avoid extra dependency until
# it actually works
LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \
ldap.2:${PORTSDIR}/net/openldap2
.if !defined(WITHOUT_PILOT)
BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
@ -37,7 +36,8 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
--with-db3-includes=${DB3_WRKSRC} \
--with-html-dir=${PREFIX}/share/gnome/html \
--with-openssl-includes=${OPENSSLBASE}/include \
--with-openssl-libs=${OPENSSLBASE}/lib
--with-openssl-libs=${OPENSSLBASE}/lib \
--with-openldap=${LOCALBASE}
.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS+= --with-pisock=${LOCALBASE}/pilot \
--enable-pilot-conduits=yes

View File

@ -7,7 +7,7 @@
PORTNAME= evolution
PORTVERSION= 1.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= mail gnome
MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \
${MASTER_SITE_GNOME}
@ -17,9 +17,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf
#ldap.1:${PORTSDIR}/net/openldap <- avoid extra dependency until
# it actually works
LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \
ldap.2:${PORTSDIR}/net/openldap2
.if !defined(WITHOUT_PILOT)
BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
@ -37,7 +36,8 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
--with-db3-includes=${DB3_WRKSRC} \
--with-html-dir=${PREFIX}/share/gnome/html \
--with-openssl-includes=${OPENSSLBASE}/include \
--with-openssl-libs=${OPENSSLBASE}/lib
--with-openssl-libs=${OPENSSLBASE}/lib \
--with-openldap=${LOCALBASE}
.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS+= --with-pisock=${LOCALBASE}/pilot \
--enable-pilot-conduits=yes