1 | # $Id: Portfile,v 1.3 2003/08/05 21:02:16 jkh Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name jove |
---|
5 | version 4.16.0.69 |
---|
6 | worksrcdir ${name}${version} |
---|
7 | configure { |
---|
8 | cd ${worksrcpath} |
---|
9 | reinplace "s|__PREFIX|${prefix}|g" Makefile |
---|
10 | } |
---|
11 | categories editors |
---|
12 | maintainers vivek@khera.org |
---|
13 | description Jonathan's Own Version of Emacs |
---|
14 | platforms darwin freebsd |
---|
15 | master_sites http://www.cs.toronto.edu/pub/hugh/jove-dev/ |
---|
16 | distfiles ${name}${version}.tgz |
---|
17 | patchfiles patch-Makefile.diff patch-jove-local.rc.diff |
---|
18 | |
---|
19 | checksums md5 506557cf03f49804592d6af84dc49075 |
---|
20 | destroot.destdir JOVEHOME=${destroot}${prefix} |
---|
21 | long_description \ |
---|
22 | Jove is a simple text editor in the spirit of GNU emacs, but somewhat \ |
---|
23 | smaller and faster to start up. |
---|