git: c2587c2fe843 - main - devel/kf6-solid: restore IMOBILE option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Mar 2025 21:17:36 UTC
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2587c2fe843a02885a41db49d02f1554785b920 commit c2587c2fe843a02885a41db49d02f1554785b920 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-03-18 17:03:27 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-03-18 21:16:30 +0000 devel/kf6-solid: restore IMOBILE option --- devel/kf6-solid/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/devel/kf6-solid/Makefile b/devel/kf6-solid/Makefile index a7fa8d953c80..4000bd2476ea 100644 --- a/devel/kf6-solid/Makefile +++ b/devel/kf6-solid/Makefile @@ -10,6 +10,14 @@ RUN_DEPENDS= bsdisks:sysutils/bsdisks USES= bison cmake gl kde:6 qt:6 tar:xz USE_GL= gl opengl USE_KDE= ecm:build -USE_QT= base tools +USE_QT= base tools:build + +OPTIONS_DEFINE= IMOBILE + +IMOBILE_DESC= Apple iPhone/iPod Touch support +IMOBILE_LIB_DEPENDS= libimobiledevice-1.0.so:comms/libimobiledevice \ + libplist-2.0.so:devel/libplist +IMOBILE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_IMobileDevice \ + CMAKE_DISABLE_FIND_PACKAGE_PList .include <bsd.port.mk>