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
643 B
Makefile
29 lines
643 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkvkontakte
|
|
PORTVERSION= 4.12.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
|
|
PKGNAMESUFFIX= -kde4
|
|
DIST_SUBDIR= KDE/digikam
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE library for accessing vk.com
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
LIB_DEPENDS= libqjson.so:devel/qjson@qt4
|
|
|
|
USES= cmake:outsource gettext kde:4 pkgconfig qt:4 tar:xz
|
|
USE_QT= moc_build qmake_build rcc_build uic_build
|
|
USE_KDE= automoc4 kdelibs
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB+= SHLIB_VER="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|