24 lines
800 B
Makefile
24 lines
800 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2009/05/06 10:24:46 cheusov Exp $
|
|
# XXX
|
|
# XXX This file was created automatically using createbuildlink-3.4.
|
|
# XXX After this file as been verified as correct, the comment lines
|
|
# XXX beginning with "XXX" should be removed. Please do not commit
|
|
# XXX unverified buildlink[23].mk files.
|
|
# XXX
|
|
# XXX Packages that only install static libraries or headers should
|
|
# XXX include the following line:
|
|
# XXX
|
|
# XXX BUILDLINK_DEPMETHOD.libticables?= build
|
|
|
|
BUILDLINK_TREE+= libticables
|
|
|
|
.if !defined(LIBTICABLES_BUILDLINK3_MK)
|
|
LIBTICABLES_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libticables+= libticables>=3.7.6
|
|
BUILDLINK_PKGSRCDIR.libticables?= ../../wip/libticables
|
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.endif # LIBTICABLES_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libticables
|