# -*- 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               cmake 1.1
PortGroup               github 1.0
PortGroup               qt5 1.0

github.setup            whoozle android-file-transfer-linux 3.3 v
categories              aqua fuse sysutils
platforms               darwin
maintainers             {gmail.com:yan12125 @yan12125} openmaintainer
license                 LGPL-2.1

description             Reliable MTP client with minimalistic UI

long_description        ${description}

homepage                https://whoozle.github.io/android-file-transfer-linux/

checksums               rmd160  c0de09bad3e4572a27f54b21700395cadf4a3adb \
                        sha256  0383405d7557c16033cfa325eed402b492d53680d0ad610ccecc6967418fa9c9 \
                        size    551339

depends_lib             port:osxfuse \
                        port:libmagic

depends_build-append    port:git

patchfiles              patch-app-location.diff

post-patch {
    reinplace "s|@APPLICATIONS_DIR@|${applications_dir}|" ${worksrcpath}/qt/CMakeLists.txt
}

configure.args-append   -DBUILD_FUSE=ON