blob: 4d0ffec6eccb7972eb9186393e8cb55cd9aed858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.2 2019/11/03 19:24:34 rillig Exp $
BUILDLINK_TREE+= unicorn
.if !defined(UNICORN_BUILDLINK3_MK)
UNICORN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.unicorn+= unicorn>=1.0.1
BUILDLINK_PKGSRCDIR.unicorn?= ../../emulators/unicorn
.endif # UNICORN_BUILDLINK3_MK
BUILDLINK_TREE+= -unicorn
|