10 lines
259 B
Makefile
10 lines
259 B
Makefile
# $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"
|