mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21 lines
548 B
Makefile
21 lines
548 B
Makefile
PORTNAME= kalk
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= math kde kde-applications
|
|
|
|
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:build i18n kirigami2 unitconversion
|
|
USE_QT= core declarative gui network quickcontrols2 testlib widgets \
|
|
buildtools:build qmake:build
|
|
|
|
.include <bsd.port.mk>
|