Source
# -*- 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
PortSystem 1.0
PortGroup app 1.0
name recoll
version 1.21.3
revision 2
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.lesbonscomptes.com/${name}
master_sites ${homepage}
checksums rmd160 ac53ac320a6126e895104a78d1cd9b0baeeae283 \
sha256 66f039f08b149d5e4840664d4a636f6b55145b02072f87aab83282ebe0cd593a
depends_build port:bison
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-sampleconf-mimeview.diff
configure.env-append \
QTDIR=${prefix}/libexec/qt4
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
livecheck.regex ">(\\d+(?:\\.\\d+)*)<"