diff options
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" |