aboutsummaryrefslogtreecommitdiffstats
path: root/math/kcalc/Makefile
blob: e2d1110be8b296b19d8c7b2f4684e6adc5f2d4e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   kcalc
PORTVERSION=    ${KDE4_VERSION}
PORTREVISION=   2
CATEGORIES= math kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    Scientific calculator for KDE

LIB_DEPENDS=    libgmp.so:${PORTSDIR}/math/gmp \
        libmpfr.so:${PORTSDIR}/math/mpfr

USE_KDE4=   kdeprefix kdehier automoc4 kdelibs
USES=       cmake:outsource tar:xz
USE_QT4=    xml qmake_build moc_build rcc_build uic_build

.include <bsd.port.mk>