mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
b7cbbfac1f
The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@) Not deprecated, need to contact maintainers: misc/krecipes-kde4 net-im/kmess-kde4 net/smb4k-kde4 textproc/uim-kde4
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcalc
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 4
|
|
CATEGORIES= math kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Scientific calculator for KDE
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
|
libmpfr.so:math/mpfr
|
|
|
|
USES= cmake:outsource kde:4 qt:4 tar:xz
|
|
USE_KDE= automoc4 kdelibs
|
|
USE_QT= xml qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|