Portfile

# $Id: Portfile 20331 2006-11-02 00:23:05Z blair@macports.org $

PortSystem 1.0
name mairix
version 0.19
categories mail
maintainers vincent-opdarw@vinc17.org
description Email index and search tool
long_description mairix is a program for indexing and searching email \
messages stored in Maildir, MH or mbox folders. \
Indexing is fast. It runs incrementally on new \
messages - any particular message only gets scanned \
once in the lifetime of the index file. The search \
mode populates a "virtual" maildir (or MH) folder \
with symlinks which point to the real messages. This \
folder can be opened as usual in your mail program. \
The search mode is very fast. Indexing and searching \
works on the basis of words. The index file tabulates\
which words occur in which parts (particular headers \
+ body) of which messages.
homepage http://www.rc0.org.uk/mairix/
master_sites http://www.rpcurnow.force9.co.uk/mairix/
checksums md5 9b384a0fa3431868d5198a7f1882ee69 \
sha1 6fd7e92ff8701a30159a23c64cca1d96658a0944

depends_lib port:zlib port:bzip2
configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
configure.args --mandir=${prefix}/share/man \
--enable-gzip-mbox --enable-bzip-mbox