# $Id: Portfile 93388 2012-05-21 14:47:19Z jmr@macports.org $

PortSystem 1.0
name		jove
version		4.16.0.70
worksrcdir	${name}${version}
configure	{
		   reinplace "s|__PREFIX|${prefix}|g" ${worksrcpath}/Makefile
		}
categories	editors
maintainers	khera.org:vivek
description	Jonathan's Own Version of Emacs
platforms	darwin freebsd
homepage	http://www.cs.toronto.edu/pub/hugh/jove-dev/
master_sites	${homepage}
distfiles	${name}${version}.tgz
depends_lib	port:ncurses
patchfiles	patch-Makefile.diff patch-getline.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.
