aboutsummaryrefslogtreecommitdiffstats
path: root/math/kcalc/Makefile
blob: 3b18ad725dac6f4ecbe2f3747393d54c67785bfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $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>