# $Id: Portfile 63108 2010-01-26 15:43:55Z yeled@macports.org $
PortSystem  1.0
name		    lbdb 
version		  0.36
revision	1
categories	mail
description	The little brother's database for the mutt mail reader.
long_description	This package consists of a set of small tools, \
			which collect mail addresses from several sources \
			and offer these addresses to the mutt external \
			query feature. \
			It can use Emacs bbdb, abook, ldap and evec mac os \
			x addressbook for query.
homepage	    http://www.spinnaker.de/lbdb/
platforms	    darwin freebsd
maintainers	  loria.fr:reilles
master_sites	http://www.spinnaker.de/debian/ 
checksums	sha1 05f2535967274bc6b05061ff54a01fa308981b4a
patchfiles  lbdb.patch
distname      ${name}_${version}
worksrcdir    ${name}-${version}

configure.dir ${workpath}/${name}-${version}
configure.args	--sysconfdir=${prefix}/etc/ --libdir=${prefix}/lib/lbdb/ \
				--mandir=${prefix}/share/man	 
configure.cflags-append	-I${prefix}/include
post-patch  {
        file delete ${configure.dir}/ABQuery/ABQuery.pbproj/project.pbxproj
        file delete ${configure.dir}/ABQuery/ABQuery.pbproj
}
build.dir        ${configure.dir}
destroot.target  install 
destroot.destdir install_prefix=${destroot}

post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp
	file copy ${configure.dir}/lbdb.el ${destroot}${prefix}/share/emacs/site-lisp
}

variant gpg { configure.args-append --with-gpg
				depends_lib-append port:gnupg }
variant ldap { depends_lib-append port:p5-perl-ldap }
