# $Id: Portfile 58305 2009-09-25 17:16:20Z ryandesign@macports.org $

PortSystem              1.0

name                    clex
version                 4.5
categories              sysutils
platforms               darwin
maintainers             ryandesign openmaintainer
license                 GPLv2

description             file manager with curses interface

long_description \
    CLEX is a file manager with a full-screen user interface. It        \
    displays directory contents including the file status details and   \
    provides features like command history, filename insertion, or name \
    completion in order to help users to create commands to be executed \
    by the shell.

homepage                http://www.clex.sk/
master_sites            ${homepage}download/

checksums               md5     358fde8d23cc8865c2f1d1e28c662891 \
                        sha1    787d18b5d307b8424d4ddf9b387fa23f595eb906 \
                        rmd160  bbad379aac0f344d91579d8bc9b114647eb42149

depends_lib             port:ncurses

use_parallel_build      yes

test.run                yes
test.target             check

livecheck.type          regex
livecheck.regex         {latest stable version is ([0-9.]+)}
