Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added elvis port, a vi clone
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@2025 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Michael Maibaum committed Feb 13, 2003
1 parent 4f49749 commit 5aeb24c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions editors/elvis/Portfile
@@ -0,0 +1,35 @@
PortSystem 1.0
name elvis
version 2.1_4
homepage http://elvis.the-little-red-haired-girl.org/
description A vi/ex clone
categories editors
maintainers mike@gene-hacker.net
master_sites ftp://ftp.cs.pdx.edu/pub/elvis/ \
ftp://ftp.false.com/pub/elvis/ \
ftp://the.wiretapped.net/pub/elvis/ \
http://www.fh-wedel.de/pub/elvis/

checksums md5 b5a5040899bdc197e9ccc70a561a6676

configure.args --bindir=${prefix}/bin --datadir=${prefix}/share/elvis

variant x11 { configure.args-append --with-x }
variant nox { configure.args-append --with-x=no }

pre-install { cd ${worksrcpath}
reinplace s|/usr/man/man.1|${destroot}${prefix}/man/man1| \
instman.sh
system "install -d ${destroot}${prefix}/bin"
system "install -d ${destroot}${prefix}/man/man1"
system "install -d ${destroot}${prefix}/share/elvis"
}

install.destroot BINDIR=${destroot}${prefix}/bin \
LIBDIR=${destroot}${prefix}/share/elvis \


long_description \
By Steve Kirkendall is a very powerful vi/ex clone providing \
a remarkable number of bells and whistles like, Syntax Highlighting, \
Multiple files in multiple windows, Networking support (http and ftp).

0 comments on commit 5aeb24c

Please sign in to comment.