df1b7f1aac
Exports functions that handle whether or not terminal input is echoed in a way that should be portable across different platforms and consoles.
13 lines
351 B
Makefile
13 lines
351 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/18 22:57:04 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-echo
|
|
|
|
.if !defined(HS_ECHO_BUILDLINK3_MK)
|
|
HS_ECHO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-echo+= hs-echo>=0.1.3
|
|
BUILDLINK_ABI_DEPENDS.hs-echo+= hs-echo>=0.1.3
|
|
BUILDLINK_PKGSRCDIR.hs-echo?= ../../devel/hs-echo
|
|
.endif # HS_ECHO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-echo
|