blob: 9776324dbc26de220664748c8371eb0159929a7c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.15 2016/12/30 14:25:01 wiz Exp $
PKGNAME= elvis-${VERSION}
COMMENT= Clone of vi with regex-search, hex-edit, HTML/LaTeX preview
PKGREVISION= 11
CONFIGURE_ARGS+= --without-x
.include "Makefile.common"
.include "../../mk/bsd.pkg.mk"
|