mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
15 lines
360 B
Makefile
15 lines
360 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2013/03/15 08:10:04 plunky Exp $
|
|
|
|
BUILDLINK_TREE+= openobex
|
|
|
|
.if !defined(OPENOBEX_BUILDLINK3_MK)
|
|
OPENOBEX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.openobex+= openobex>=1.7
|
|
BUILDLINK_PKGSRCDIR.openobex?= ../../comms/openobex
|
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.endif # OPENOBEX_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -openobex
|