ports/math/kig/Makefile
Max Brazhnikov 76982d517f KDE: Update KDE Gear to 25.08.0
Announcement: https://kde.org/announcements/gear/25.08.0/

Removed ports:
   devel/cervisia: not ported to Qt6 and excluded from KDE Gear releases

databases/akonadi:
 - Backport upstream patch to fix account management in Merkuro

devel/kdevelop:
 - Bump PLATFORM_VER to 6.3
 - Revert now needless workaround [1]

devel/kpublictranspor:
 - Renew USE_KDE
 - Explicitly disable KF6NetworkManagerQt

graphics/kqtquickcharts:
 - Switch to Qt6/KF6
 - Remove noop DOCS option

math/kig:
 - Switch to Qt6/KF6

misc/artikulate:
 - Switch to Qt6/KF6

misc/kdeedu-data:
 - Update WWW and description

misc/ktouch:
 - Switch to Qt6/KF6

multimedia/dragon:
 - Renew USE_KDE
 - Add dependency on ffmpeg and remove stale pkg-message

multimedia/kamoso:
 - Switch to Qt6/KF6

net-im/neochat:
 - Add now mandatory dependency on devel/kunifiedpush
 - Add missing Qt dependencies

x11-clocks/kteatime:
 - Renew USE_KDE

PR:             287804 [1]
2025-08-15 21:06:47 +03:00

28 lines
737 B
Makefile

PORTNAME= kig
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= math education kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE interactive geometry application
WWW= https://www.kde.org/applications/education/kig
LIB_DEPENDS= ${PY_BOOST}
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \
shebangfix tar:xz xorg \
python:run
USE_KDE= archive configwidgets coreaddons crash \
i18n iconthemes parts texteditor xmlgui \
doctools:build ecm:build
USE_QT= base svg
USE_XORG= x11
SHEBANG_FILES= pykig/pykig.py
OPTIONS_DEFINE= DOCS
post-patch:
${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|3.10|${PYTHON_VER};3.10|' \
${WRKSRC}/cmake/modules/FindBoostPython.cmake
.include <bsd.port.mk>