# -*- 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 PortGroup qmake 1.0 github.setup psemiletov tea-qt 62.0.2 revision 0 checksums rmd160 d802e6516de3ac07f87e72d73bbcd411a1e7b916 \ sha256 974e3843e27e692eab594d3f481bc877d411812f1249377b618dd6e64486a0db \ size 674878 name tea description TEA is the powerful text editor for GNU/Linux and *BSD. maintainers {ryandesign @ryandesign} openmaintainer categories editors license GPL-3 long_description {*}${description} homepage https://tea.ourproject.org github.tarball_from archive depends_build-append port:pkgconfig depends_lib-append port:aspell \ port:hunspell \ port:zlib patchfiles-append tea-qmake.pro.patch if {[string match *clang* ${configure.cxx}]} { configure.ldflags-append \ -stdlib=${configure.cxx_stdlib} } destroot { copy ${worksrcpath}/bin/tea.app ${destroot}${applications_dir} }