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

name                muchsync
version             7
categories          mail
platforms           darwin
license             GPL-2+
maintainers         nomaintainer
description         Synchronize mail messages and notmuch tags across machines.
long_description    Muchsync brings Notmuch to all of your computers by \
                    synchronizing your mail messages and Notmuch tags across \
                    machines. The protocol is heavily pipelined to work \
                    efficiently over high-latency networks such as mobile \
                    broadband.
homepage            http://www.muchsync.org/
master_sites        http://www.muchsync.org/src/

checksums           rmd160  14ebb34b74f9ada485085390cfbcd00f69704f87 \
                    sha256  f83e2f6fcd0ef4813475fddc8d39285686654da5f41565a1e9a9acd781a3beac \
                    size    140748

depends_build-append \
                    port:pkgconfig

depends_lib-append  port:notmuch \
                    port:sqlite3 \
                    port:xapian-core

compiler.cxx_standard   2011
