Add buildlink3.mk.
This commit is contained in:
parent
4e4d3f4e74
commit
b3e2eb0321
1 changed files with 12 additions and 0 deletions
12
devel/libusbx/buildlink3.mk
Normal file
12
devel/libusbx/buildlink3.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2012/05/30 15:46:00 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= libusbx
|
||||
|
||||
.if !defined(LIBUSBX_BUILDLINK3_MK)
|
||||
LIBUSBX_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libusbx+= libusbx>=1.0.11
|
||||
BUILDLINK_PKGSRCDIR.libusbx?= ../../devel/libusbx
|
||||
.endif # LIBUSBX_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -libusbx
|
Loading…
Reference in a new issue