head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.05.02.07.01.14;	author vins;	state Exp;
branches;
next	;
commitid	Hdj0roqdEBiZXcEG;


desc
@@


1.1
log
@misc/libimobiledevice: Import libimobiledevice-1.4.0 from wip

Originally packaged in wip by charlotte.

libimobiledevice is a cross-platform software library that talks the
protocols to support iPhone, iPod Touch, iPad and Apple TV devices.  Unlike
other projects, it does not depend on using any existing proprietary
libraries and does not require jailbreaking. It allows other software to
easily access the device's filesystem, retrieve information about the device
and it's internals, backup/restore the device, manage SpringBoard icons,
manage installed applications, retrieve addressbook/calendars/notes and
bookmarks and (using libgpod) synchronize music and video to the device. The
library is in development since August 2007 with the goal to bring support
for these devices to the Linux Desktop.
@
text
@# $NetBSD$

BUILDLINK_TREE+=	libimobiledevice

.if !defined(LIBIMOBILEDEVICE_BUILDLINK3_MK)
LIBIMOBILEDEVICE_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libimobiledevice+=	libimobiledevice>=1.2.0
BUILDLINK_ABI_DEPENDS.libimobiledevice+=	libimobiledevice>=1.2.0
BUILDLINK_PKGSRCDIR.libimobiledevice?=		../../comms/libimobiledevice

.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libplist/buildlink3.mk"
.include "../../security/libtatsu/buildlink3.mk"
.include "../../comms/libusbmuxd/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.endif # LIBIMOBILEDEVICE_BUILDLINK3_MK

BUILDLINK_TREE+=	-libimobiledevice
@
