1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/math/kalk/Makefile
2023-04-25 17:17:15 +02:00

22 lines
560 B
Makefile

PORTNAME= kalk
DISTVERSION= 23.01.0
PORTREVISION= 1
CATEGORIES= math kde
MASTER_SITES= KDE/stable/plasma-mobile/${DISTVERSION}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Kalk is a convergent calculator for Plasma
WWW= https://apps.kde.org/kalk
LICENSE= GPLv3+
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
USES= bison cmake desktop-file-utils kde:5 qt:5 tar:xz
USE_KDE= config coreaddons ecm i18n kirigami2 unitconversion
USE_QT= core declarative gui network quickcontrols2 testlib widgets \
buildtools:build qmake:build
.include <bsd.port.mk>