blob: 95fae7d38dc4ba96c4f816bc576f48588333715f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.16 2012/10/03 11:43:32 asau Exp $
PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
COMMENT= vi clone with regex-search, hex-edit, HTML/LaTeX preview (X11)
FILESDIR= ${.CURDIR}/../../editors/elvis/files
PATCHDIR= ${.CURDIR}/../../editors/elvis/patches
PKGDIR= ${.CURDIR}/../../editors/elvis
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS.elvis+= x11
.include "../../editors/elvis/Makefile"
|