ee854fc081
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
19 lines
497 B
Makefile
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"
|