pkgsrc/databases/lbdb/Makefile
tonio 73ca7f40bc Update databases/lbdb to 0.35.1
lbdb (0.35.1) unstable; urgency=low
  * New mail address of Brian Salter-Duke <b_duke@bigpond.net.au>.
  * Get rid of the SSL code from the previous version and add a comment to
    the man page instead how you can use SSL (and also different ports)
    using ldap[s]://foo[:port] URLs (Closes: #426316).
 -- Roland Rosenfeld <roland@debian.org>  Mon, 28 May 2007 11:03:22 +0200

lbdb (0.35) unstable; urgency=low
  * activate flavortest in emacen-install to avoid warnings and slow
    upgrades (Closes: #399775).
  * Avoid loosing the first entry from VCF file.  Thanks to
    Tino Keitel <tino.keitel+debbugs@tikei.de> for providing a patch
    (Closes: #405312).
  * Remove vcquery in distclean target (Closes: #405321).
  * Use defaults for $KEEP_DUPES and $SORT_OUTPUT in lbdbq
    (Closes: #422214).
  * Update mutt_ldap_query.pl from
    http://www.courville.org/mediawiki/index.php/Mutt_ldap_query which
    adds SSL support.
2007-06-10 21:12:51 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.19 2007/06/10 21:12:51 tonio Exp $
DISTNAME= lbdb_0.35.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= databases
MASTER_SITES= http://www.spinnaker.de/debian/
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www.spinnaker.de/lbdb/
COMMENT= The little brother's database
DEPENDS+= p5-perl-ldap>=0.20:../../databases/p5-perl-ldap
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl:run
CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec/lbdb/
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-lbdb_dotlock
CONFIGURE_ARGS+= --without-getent
CONFIGURE_ARGS+= --without-evolution-addressbook-export
CONFIGURE_ARGS+= --without-pgp
CONFIGURE_ARGS+= --without-pgpk
CONFIGURE_ENV+= SH=${TOOLS_SH:Q}
CONFIGURE_ENV+= AWK=${TOOLS_AWK:Q}
.include "options.mk"
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
EGDIR= ${PREFIX}/share/examples/lbdb
CONF_FILES+= ${EGDIR}/lbdb.rc ${PKG_SYSCONFDIR}/lbdb.rc
CONF_FILES+= ${EGDIR}/lbdb_ldap.rc ${PKG_SYSCONFDIR}/lbdb_ldap.rc
.if ${OPSYS} == "Interix"
PLIST_SUBST+= WITHYP='@comment '
.else
PLIST_SUBST+= WITHYP=''
.endif
.include "../../mk/bsd.pkg.mk"