# $Id: Portfile,v 1.2 2004/04/05 20:14:46 toby Exp $ PortSystem 1.0 name ne version 1.31 categories editors maintainers toby@opendarwin.org description ne - nice editor long_description \ ne is a free text editor that runs on (hopefully almost) any \ UN*X machine. ne is easy to use for the beginner, but powerful \ and fully configurable for the wizard, and most sparing in its \ resource usage. homepage http://ne.dsi.unimi.it/ master_sites ${homepage} \ sunsite:apps/editors/tty checksums md5 233ff2f0328ead8221774a865dd6127d patch { reinplace "s|/usr|${prefix}|" ${worksrcpath}/src/makefile } configure {} build.dir ${worksrcpath}/src build.target destroot { xinstall -m 555 ${worksrcpath}/src/ne ${destroot}${prefix}/bin xinstall -m 444 ${worksrcpath}/doc/ne.1 ${destroot}${prefix}/share/man/man1 }