# $Id: Portfile 87583 2011-11-26 22:50:44Z blb@macports.org $

PortSystem          1.0
name                mu
version             0.9.6
license             GPL-3
categories          mail
maintainers         nomaintainer
description         Command-line tools to index and search email (aka maildir-utils)
long_description \
   mu is a set of command-line tools for Linux/Unix that enable you to \
   quickly find the e-mails you are looking for. First, a tool called \
   mu-index fills a database with information about all your e-mails. After \
   that, you can easily search for them, using mu-find and its dedicated \
   query language. 

platforms           darwin

homepage            http://www.djcbsoftware.nl/code/mu/
master_sites        googlecode:mu0

checksums           sha1    d52cf4700fa0c7d386b4a3a2635782a69487429b \
                    rmd160  8d4e3cd5a8cb0ca73bff71f4abdf20dc7272f619

depends_build       port:pkgconfig
depends_lib         port:gmime port:xapian-core

configure.args      --with-gui=none

