Portfile

# $Id: Portfile 20293 2006-11-01 17:47:33Z blair@macports.org $

PortSystem 1.0
name jove
version 4.16.0.69
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 506557cf03f49804592d6af84dc49075
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.

files