# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0
PortGroup           boost 1.0

github.setup        astroidmail astroid 0.17 v
github.tarball_from archive
revision            0

description         Astroid Mail
long_description    A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
maintainers         @arietis \
                    openmaintainer
categories          mail
homepage            https://astroidmail.github.io/
license             GPL-3+ LGPL-2.1+

checksums           rmd160  da08c298ba82fc96d6007d3784e49d6403d4922a \
                    sha256  dd419d4e11d1efa95979472e17cca5066799a5c64a595d5cea2b9e8d9f60f9c8 \
                    size    3371728

compiler.cxx_standard 2014
compiler.blacklist-append {clang < 800}

boost.version       1.71

depends_build-append \
                    port:pkgconfig \
                    port:scdoc

depends_lib-append  path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk \
                    port:gtkmm3 \
                    port:libsass \
                    port:notmuch \
                    port:protobuf3-cpp \
                    port:vte
