# -*- 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        tcsh-org tcsh 6_24_14 TCSH
github.tarball_from archive
version             [string map {_ .} ${github.version}]
revision            0
categories          shells
license             BSD
maintainers         nomaintainer

description         C shell with file name completion and command line editing

long_description    \
    Tcsh is a version of the Berkeley C-Shell, with the addition of: a  \
    command line editor, command and file name completion, listing, etc.\
    and a bunch of small additions to the shell itself.

homepage            https://www.tcsh.org/

checksums           rmd160  a16c6b4594de9ea1fe363116af0e00dc3b2ab923 \
                    sha256  f406eedfb98715b0baed248b2e42d51f2c16f902337014e08aca5ef7e7f8c51b \
                    size    959496

destroot.target     install install.man
depends_lib         port:libiconv \
                    port:ncurses