aboutsummaryrefslogtreecommitdiff
path: root/math/kcalc/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-02-22 19:03:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-02-22 19:03:17 +0000
commita4a7daf069cba3ae4b90d832aa9df7624b4626a3 (patch)
tree3aad51132f546ad79059b32784badc3f6a42c8ff /math/kcalc/Makefile
parent7ff2d6435675b95623ce40a15abfc2c3f3ef4a74 (diff)
downloadports-a4a7daf069cba3ae4b90d832aa9df7624b4626a3.tar.gz
ports-a4a7daf069cba3ae4b90d832aa9df7624b4626a3.zip
Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
Notes
Notes: svn path=/head/; revision=462619
Diffstat (limited to 'math/kcalc/Makefile')
-rw-r--r--math/kcalc/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile
deleted file mode 100644
index 1cdc170e8ee6..000000000000
--- a/math/kcalc/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= kcalc
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 2
-CATEGORIES= math kde kde-kde4
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Scientific calculator for KDE
-
-LIB_DEPENDS= libgmp.so:math/gmp \
- libmpfr.so:math/mpfr
-
-USES= cmake:outsource kde:4 tar:xz
-USE_KDE= automoc4 kdelibs
-USE_QT4= xml qmake_build moc_build rcc_build uic_build
-
-.include <bsd.port.mk>