Ticket #5801: Portfile

File Portfile, 1.2 KB (added by vincent-opdarw@…, 18 years ago)

Portfile for mairix 0.17

Line 
1# $Id: Portfile 9944 2005-11-23 00:56:38Z lefevre $
2
3PortSystem 1.0
4name                    mairix
5version                 0.17
6categories              mail
7maintainers             vincent-opdarw@vinc17.org
8description             Email index and search tool
9long_description        mairix is a program for indexing and searching email \
10                        messages stored in Maildir, MH or mbox folders.      \
11                        Indexing is fast. It runs incrementally on new       \
12                        messages - any particular message only gets scanned  \
13                        once in the lifetime of the index file. The search   \
14                        mode populates a "virtual" maildir (or MH) folder    \
15                        with symlinks which point to the real messages. This \
16                        folder can be opened as usual in your mail program.  \
17                        The search mode is very fast. Indexing and searching \
18                        works on the basis of words. The index file tabulates\
19                        which words occur in which parts (particular headers \
20                        + body) of which messages.
21homepage                http://www.rc0.org.uk/mairix/
22master_sites            http://www.rpcurnow.force9.co.uk/mairix/
23checksums               md5 2f63f4b0ee17a5cc990a1a3d1e98d603
24depends_lib             port:zlib
25configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
26configure.args          --enable-gzip-mbox
27destroot.target         install docs install_docs