# -*- 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           qt4 1.0
PortGroup           cmake 1.0

name                cutecom-qt4-mac
version             0.22.0
categories          comms
maintainers         nomaintainer
license             GPL-2
platforms           darwin

description         Graphical serial terminal
long_description    CuteCom is a graphical serial terminal, like minicom. \
                    It is aimed mainly at hardware developers or other \
                    people who need a terminal to talk to their devices.

master_sites        http://cutecom.sourceforge.net/
homepage            http://cutecom.sourceforge.net

distname            cutecom-${version}

patchfiles          patch-CMakeLists.txt.diff \
                    patch-qcppdialogimpl.cpp \
                    patch-qcppdialogimpl.h

checksums           rmd160  32111bcf756b7972e5428f96e2b4352083794c39 \
                    sha256  1b6620a6159cf3d50bb36cce544e91486817df7f1d553bf239d6db6108dd2ea5

cmake.out_of_source yes

post-destroot {
    move ${destroot}${prefix}/bin/CuteCom.app ${destroot}${applications_dir}
}
