Files
ports/comms/py-libimobiledevice/Makefile
T
Jason E. Hale ee854fc081 comms/[py-]libimobiledevice: Update to 1.4.0
Switch back to pre-rolled release.

Refactor bindings, folding most variables and all targets into the
parent port for easier maintainence and less trickery.

https://github.com/libimobiledevice/libimobiledevice/releases/tag/1.4.0
2025-10-16 02:32:11 -04:00

19 lines
497 B
Makefile

PORTREVISION= 0
CATEGORIES= comms python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Python bindings for libimobiledevice
MASTERDIR= ${.CURDIR:H:H}/comms/libimobiledevice
PORTSCOUT= ignore:1
PLIST= ${.CURDIR}/pkg-plist
PLIST_FILES= include/imobiledevice/cython/imobiledevice.pxd \
${PYTHONPREFIX_SITELIBDIR:S|^${PREFIX}/||}/imobiledevice.a \
${PYTHONPREFIX_SITELIBDIR:S|^${PREFIX}/||}/imobiledevice.so
_LIMD_BINDING= py
.include "${MASTERDIR}/Makefile"