# $Id: Portfile 24030 2007-04-15 05:07:43Z blair@macports.org $ PortSystem 1.0 name jove version 4.16.0.70 worksrcdir ${name}${version} configure { cd ${worksrcpath} reinplace "s|__PREFIX|${prefix}|g" Makefile } categories editors maintainers vivek@khera.org description Jonathan's Own Version of Emacs platforms darwin freebsd master_sites http://www.cs.toronto.edu/pub/hugh/jove-dev/ distfiles ${name}${version}.tgz patchfiles patch-Makefile.diff checksums md5 b539806b23cf10f278cc8a90627e0eeb \ sha1 a954003c177bdc3a0af560df7caa74ee5b2b5735 \ rmd160 37fdabc3b91be411e51d71d9029485491d2dec8f destroot.destdir JOVEHOME=${destroot}${prefix} long_description \ Jove is a simple text editor in the spirit of GNU emacs, but somewhat \ smaller and faster to start up.