diff options
author | recht <recht@pkgsrc.org> | 2004-01-20 21:16:06 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-20 21:16:06 +0000 |
commit | 7b9f1663970d622ed8b6319dfc2fe564468f4e58 (patch) | |
tree | c230da4537ff4c145b5b14e7de16a87d97366169 /editors/elvis/Makefile | |
parent | 8c4c3bfa83163c13834f04044554218ebfa31907 (diff) | |
download | pkgsrc-7b9f1663970d622ed8b6319dfc2fe564468f4e58.tar.gz |
initial import of elvis-2.2.0 (non x11-version)
by Peter Bex via pkgsrc-wip
Elvis - written 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.
* Browse modes for LaTeX (rather experimental), HTML and MAN pages.
* Networking support (http and ftp).
* GUI frontends for some of its platforms.
Diffstat (limited to 'editors/elvis/Makefile')
-rw-r--r-- | editors/elvis/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile new file mode 100644 index 00000000000..6be5310737c --- /dev/null +++ b/editors/elvis/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/20 21:16:06 recht Exp $ +# + +.include "./Makefile.common" + +PKGNAME= elvis-2.2.0 +COMMENT= Vi clone with regex search, hex editing, HTML and TeX previewing + +CONFLICTS+= elvis-x11[0-9]* + +CONFIGURE_ARGS+= --with-x=no + +.include "../../mk/bsd.pkg.mk" |