# $Id: Portfile,v 1.1 2004/10/28 18:46:17 toby Exp $

PortSystem 1.0
name             ee
version          1.4.2
categories       editors
maintainers      toby@opendarwin.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

configure        {}

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