Ticket #6700: Portfile

File Portfile, 707 bytes (added by blair (Blair Zajac), 18 years ago)

New Portfile

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