# -*- 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
# $Id: Portfile 78796 2011-05-22 20:40:07Z ryandesign@macports.org $

PortSystem              1.0

name                    clex
version                 4.6.4
categories              sysutils
platforms               darwin
maintainers             ryandesign openmaintainer
license                 GPL-2

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               sha1    601091677349dbd8613f185a594361a8d78c65ab \
                        rmd160  6f1ea4a1ca1c4b26f34c429ef458a04491950695

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]+(\.[0-9]+)+)}
