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
29 lines
735 B
Makefile
29 lines
735 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= knutclient
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 9
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/ \
|
|
http://www.ringofsaturn.com/distfiles/ \
|
|
http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Visual client for UPS system NUT
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libqimageblitz.so:x11/qimageblitz
|
|
|
|
CONFLICTS= knutclient-0.*
|
|
|
|
USES= cmake gettext kde:4 qt:4
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= corelib gui qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|