Parent: [2e7bf4] (diff)

Child: [303321] (diff)

Download this file

Portfile    49 lines (36 with data), 1.5 kB

# -*- 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$

PortSystem          1.0
PortGroup           app 1.0

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

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           rmd160  a22658e9ce855718b2d3dfcf69bd980130f54c6a \
                    sha256  6d647f4c17282994cefb37e068cfb571cf9de14a22087701c59ff8c78a4e0b9d

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-recollinstall.diff \
                   patch-qtgui-rclmain.diff	\
                   patch-sampleconf-mimeview.diff

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

build.args          CC=${configure.cc} CXX=${configure.cxx}

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