# $Id: Portfile 74714 2010-12-30 15:10:21Z jmr@macports.org $

PortSystem 1.0
name             ee
version          1.4.6
categories       editors
maintainers      nomaintainer
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 447c48341fc355dacc7e5d338dd1677a \
		sha1 6be7d03eade441a6c409b9d441ba2c144e26b157 \
		rmd160 2ed8ad3123c5443b29f5db142ad367d67028da27

worksrcdir       easyedit-${version}

use_configure    no
use_parallel_build no

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