# $Id: Portfile 20293 2006-11-01 17:47:33Z blair@macports.org $ 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 }