1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/math/kcalc/Makefile
Tobias C. Berner e714368786 Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
2018-04-28 18:11:49 +00:00

22 lines
619 B
Makefile

# $FreeBSD$
PORTNAME= kcalc
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= math kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Scientific calculator for KDE
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
USES= cmake:outsource gettext kde:5 tar:xz
USE_KDE= auth codecs coreaddons ecm config configwidgets doctools \
guiaddons i18n init notifications widgetsaddons xmlgui
USE_QT5= core dbus gui widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>