c294a8a4e0
by neimal, with work by netcap, hoka_adam, bsadewitz and me. libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems. We implement MTP Basic, the stuff proposed for standardization. It is used by: * XNJB * Gnomad2 * MTPdude * AmaroK
21 lines
608 B
Makefile
21 lines
608 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/09/06 23:24:08 wiz Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBMTP_BUILDLINK3_MK:= ${LIBMTP_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= libmtp
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibmtp}
|
|
BUILDLINK_PACKAGES+= libmtp
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libmtp
|
|
|
|
.if ${LIBMTP_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.libmtp+= libmtp>=0.3.0
|
|
BUILDLINK_PKGSRCDIR.libmtp?= ../../devel/libmtp
|
|
.endif # LIBMTP_BUILDLINK3_MK
|
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|