# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name lbdb version 0.36 revision 0 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 distname ${name}_${version} worksrcdir ${name}-${version} #platform darwin 8 { # if { $xcodeversion == "2.1" } { # patchfiles Makefile.in.patch # } #} configure.dir ${workpath}/${name}-${version} configure.args --sysconfdir=${prefix}/etc/ --libdir=${prefix}/lib/lbdb/ \ --mandir=${prefix}/share/man configure.cflags-append -I${prefix}/include 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 }