a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name clex
version 3.15
categories sysutils
platforms darwin
maintainers nomaintainer@macports.org
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 3de41cef34d45a0496672263f28f55f7
configure.args --mandir=${prefix}/share/man
configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
depends_lib port:ncurses
test.run yes
test.target check