public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
commit  58c126278d240cf31de74fc066540c0315f6cfcc
tree    ff46634ee4c27f5d1e3921fc540f613ad1b59767
parent  c688f4d9c1409ae2e718e82e431619a8516ddb73
macports / dports / sysutils / clex / Portfile
100644 27 lines (23 sloc) 0.9 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id$
 
PortSystem 1.0
 
name clex
version 3.18
categories sysutils
platforms darwin
maintainers nomaintainer
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 5547890e8cb873eab85894775e8e2d21 \
                sha1 f6497d7669fd6e4a7d0a57437632c5ad451ecfc6 \
                rmd160 187ccae2ecdba57f45b58024ced6f51c652af69a
configure.args --mandir=${prefix}/share/man
depends_lib port:ncurses
test.run yes
test.target check