pkgsrc-wip/libvterm/buildlink3.mk
Jonathan Buschmann 891a1d1605 Import libvterm-0.0.0nb20150301 as wip/libvterm.
An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator.

An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output system,
instead it invokes callback function pointers that its embedding program
should provide it to draw on its behalf. It avoids calling malloc() during
normal running state, allowing it to be used in embedded kernel situations.
2015-03-01 15:44:34 +00:00

12 lines
313 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2015/03/01 15:44:34 jonthn Exp $
BUILDLINK_TREE+= libvterm
.if !defined(LIBVTERM_BUILDLINK3_MK)
LIBVTERM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libvterm+= libvterm>=0.0.0
BUILDLINK_PKGSRCDIR.libvterm?= ../../wip/libvterm
.endif # LIBVTERM_BUILDLINK3_MK
BUILDLINK_TREE+= -libvterm