# -*- 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        tn5250 tn5250 0.17.6 v
github.tarball_from releases
revision            0
categories          net
license             LGPL-2.1+
platforms           darwin macosx freebsd
maintainers         {@snuxoll nuxoll.me:stefan} openmaintainer
description         tn5250 terminal emulator

long_description    tn5250 is a telnet client for the IBM iSeries and AS/400 \
                    that emulates 5250 terminals and printers.

homepage            https://tn5250.github.io/

checksums           rmd160  5b788fe4bd46ec446d30924bdbb6c89cace73e88 \
                    sha256  f6383bc62360d858d55337296f373fb1797a2ba39dc931cd09d64a4a558e1641 \
                    size    700576


configure.args-append      --with-ssl

variant curses description "add curses terminal support" {
    configure.args-append   --with-curses
    depends_lib-append      port:ncurses
}
