749e53f147
A minimal, zero-config, BSD licensed, readline replacement. Noteworthy features: - Single and multi line editing mode with the usual key bindings implemented. - History handling. - Completion. - Hints (suggestions at the right of the prompt as you type). - About 1,100 lines of BSD license source code. - Only uses a subset of VT100 escapes (ANSI.SYS compatible).
12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/09/18 16:47:55 kamil Exp $
|
|
|
|
BUILDLINK_TREE+= linenoise
|
|
|
|
.if !defined(LINENOISE_BUILDLINK3_MK)
|
|
LINENOISE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.linenoise+= linenoise>=1.0
|
|
BUILDLINK_PKGSRCDIR.linenoise?= ../../devel/linenoise
|
|
.endif # LINENOISE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -linenoise
|