Files
ports/math/kcalc/Makefile
Max Brazhnikov 9ead4b6918 KDE: Update KDE Gear to 25.04.0
Announcement: https://kde.org/announcements/gear/25.04.0/

Ports changes:

kde.mk:
 - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize
   it for unstable branch.

devel/kopeninghours:
 - Use custom PLIST_SUB to reduce churn on updates.

editors/ghostwriter:
 - Drop upstreamed patch.

games/khangman:
 - Drop upstreamed patch.

math/kcalc:
 - Depend on math/mpc.

multimedia/kdenlive:
 - Prevent fetching during build.
 - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB.
 - Depend on OpenTimelineIO.

net/krdc:
 - Switch to freerdp3.

x11-fm/dolphin:
 - Fix abuse of PLIST_SUB.

*/*:
 - Add missing and update KF6 dependencies and Qt components.
2025-04-17 14:57:49 +03:00

24 lines
675 B
Makefile

PORTNAME= kcalc
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= math kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Scientific calculator for KDE
WWW= https://utils.kde.org/projects/kcalc/
LIB_DEPENDS= libgmp.so:math/gmp \
libmpc.so:math/mpc \
libmpfr.so:math/mpfr
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash doctools \
guiaddons i18n notifications widgetsaddons xmlgui \
ecm:build
USE_QT= 5compat base
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>