mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
This megacommit merges all the work from https://github.com/freebsd/freebsd-ports-kde/tree/kde-it_goes_to_6 Specifically: - KDE Plasma 6 ports updated to 6.2.5 - KDE Applications ports updated to 24.12.0 - Development ports of KDE Applications removed - A lot of various ports switched to Qt 6 by default - Some KDE Frameworks 5 and Plasma 5 ports are adapted to be coinstallable with their 6 counterparts PR: 284351 Exp-run by: antoine Pull Request: https://github.com/freebsd/freebsd-ports/pull/341 Co-authored-by: Max Brazhnikov <makc@FreeBSD.org> Co-authored-by: Kenneth Raplee <kenrap@kennethraplee.com> Co-authored-by: Jason E. Hale <jhale@FreeBSD.org> Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
32 lines
948 B
Makefile
32 lines
948 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:5 qt:5 \
|
|
shebangfix tar:xz xorg \
|
|
python:run
|
|
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
|
|
jobwidgets kdelibs4support kio parts service solid sonnet \
|
|
syntaxhighlighting texteditor textwidgets widgetsaddons \
|
|
windowsystem xmlgui \
|
|
ecm:build
|
|
USE_QT= concurrent core dbus gui network printsupport svg widgets xml \
|
|
xmlpatterns \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
SHEBANG_FILES= pykig/pykig.py
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|2.7|${PYTHON_VER};2.7|' \
|
|
${WRKSRC}/cmake/modules/FindBoostPython.cmake
|
|
|
|
.include <bsd.port.mk>
|