# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 79261 2011-06-07 10:47:41Z ryandesign@macports.org $

PortSystem          1.0

name                recoll
version             1.15.9
categories          textproc
platforms           darwin
license             GPL-2+
maintainers         dockes.org:jf

description         Desktop full text search

long_description    Recoll is a desktop search tool based on Xapian

homepage            http://www.recoll.org/
master_sites        ${homepage}

checksums           sha1    0281286c2fc6a00dcade3eb1d4abb16e478f5d6e \
                    rmd160  aa5421a242505ecd7e8b3324713adc397eec7a09

depends_lib         port:xapian-core \
                    port:qt4-mac \
                    port:aspell \
                    port:libiconv \
                    port:zlib

depends_run         port:antiword \
                    port:catdoc \
                    port:libxslt \
                    port:poppler \
                    port:unrtf \
                    port:unzip

patchfiles          patch-configure.diff \
                    patch-sampleconf-mimeview.diff

configure.args      --without-x \
                    --disable-x11mon

# g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
universal_variant   no
