# -*- 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 github 1.0 github.setup syncthing syncthing-macos 1.27.12-1 v github.tarball_from archive revision 0 checksums rmd160 900513cd2ef5bf8895751c39acf91f228889eb3d \ sha256 9216f45d520db63d7deaa9896ce5c37a69ab2c7cff30ae495a3f5eed878b4cac \ size 13223072 categories net aqua installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer description Frugal and native macOS Syncthing application bundle long_description {*}${description} depends_lib-append port:syncthing patchfiles-append patch-no-bundled-syncthing.diff \ patch-disable-autoupdatechecks.diff post-patch { reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/syncthing/STApplication.m } use_configure no use_xcode yes build { system -W ${build.dir} "make release" } destroot { copy \ ${build.dir}/Build/Products/Release/Syncthing.app \ ${destroot}${applications_dir} }