summaryrefslogtreecommitdiff
path: root/editors/elvis-x11/Makefile
blob: bb696e3cea014fc588c31db8c3dfe4a912bf67ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.17 2013/04/06 03:45:12 rodent 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"