15 lines
412 B
Makefile
15 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.18 2015/12/29 04:22:50 dholland Exp $
|
|
|
|
PKGNAME= ${PKGNAME_BASE:S/-/-x11-/}
|
|
COMMENT= Clone of vi 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"
|