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. Not marked deprecated: games/knights-kde4, that's not ours.
32 lines
849 B
Makefile
32 lines
849 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smokekde
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= SMOKE bindings for KDE
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
USES= cmake:outsource kde:4 qt:4 tar:xz
|
|
USE_KDE= kate kdelibs okular pimlibs \
|
|
smokegen smokeqt akonadi automoc4 soprano
|
|
USE_QT= corelib dbus designer_build gui network opengl sql svg xml \
|
|
qmake_build moc_build uic_build rcc_build
|
|
USE_LDCONFIG= yes
|
|
USE_CXXSTD= gnu++98
|
|
|
|
OPTIONS_DEFINE= ATTICA
|
|
OPTIONS_SUB= yes
|
|
# Attica bindings often cause the build to coredump.
|
|
ATTICA_DESC= Bindings for libattica (may crash build)
|
|
ATTICA_CMAKE_OFF= -DWITH_LibAttica:BOOL=FALSE
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e '/kde-config.xml/ s|$${SMOKE_GEN_BIN}|smokegen|' \
|
|
${WRKSRC}/kdecore/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|