# $Id: Portfile 50112 2009-04-25 21:16:50Z ryandesign@macports.org $

PortSystem              1.0

name                    clex
version                 4.4
categories              sysutils
platforms               darwin
maintainers             ryandesign openmaintainer

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     68e6bd5b9d3a3d732ad8bf7a3162df9d \
                        sha1    e9577dbacdec4e8af6b5dbd1fd4e867ba63fbb8c \
                        rmd160  ac611e647da85a2e3895e2096240197ac4fa6d35

depends_lib             port:ncurses

patchfiles              patch-configure.diff

use_parallel_build      yes

test.run                yes
test.target             check
