# -*- 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        Bychin Qt-text-editor 808fdcb558443adfc81b5ac1bd22a492c69f867b
version             2017.12.11
revision            0
categories          editors aqua
license             GPL-3
maintainers         nomaintainer
description         Simple text editor with support of syntax highlight
long_description    {*}${description}
checksums           rmd160  738060a83c451830de1133917744a54b424f1544 \
                    sha256  8abc092e28a4d31e5c77a769286147ebbd977bafa623a675723e11247ef57af3 \
                    size    47465
github.tarball_from archive

compiler.cxx_standard   2011

patch.pre_args-replace  -p0 -p1

patchfiles-append   0001-Fixes-for-build-with-Qt4.patch

destroot {
    move ${worksrcpath}/${name}.app ${destroot}${applications_dir}/${name}.app
}
