Portfile

# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $

PortSystem 1.0
name ee
version 1.4.2
categories editors
maintainers nomaintainer@macports.org
description easy to use text editor
long_description \
An easy to use text editor. Intended to be usable with \
little or no instruction. Provides a terminal (curses \
based) interface. Features pop-up menus. A subset of aee.
homepage http://www.users.qwest.net/~hmahon/
platforms darwin

master_sites ${homepage}sources/
distname ${name}-${version}.src
extract.suffix .tgz
checksums md5 3e628f98ed44907808c03e94901f2c6b

worksrcdir easyedit

use_configure no

destroot {
xinstall -m 555 ${worksrcpath}/ee ${destroot}${prefix}/bin
xinstall -m 444 ${worksrcpath}/ee.1 ${destroot}${prefix}/share/man/man1
}