# $Id: Portfile,v 1.1 2003/03/17 22:34:22 michaelm Exp $ PortSystem 1.0 name jove version 4.16 worksrcdir jove 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 ftp://ftp.cs.toronto.edu/pub/moraes/jove/ patchfiles patch-Makefile.diff patch-abbrev.c.diff patch-io.c.diff \ patch-mouse.c.diff patch-proc.c.diff patch-rec.c.diff \ patch-sysdep.h.diff checksums md5 38ebd64355a99b0d007aaef17b0d00b1 install.destroot 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.