pkgsrc/devel/linenoise/buildlink3.mk
kamil 749e53f147 Import linenoise-1.0 as devel/linenoise
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).
2016-09-18 16:47:55 +00:00

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