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: audio/kid3-kde4, that's not ours, and it supports Qt5 and KF5 as well despite its name.
31 lines
746 B
Makefile
31 lines
746 B
Makefile
# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libkcompactdisc
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE library for interfacing with audio CDs
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
USES= cmake:outsource kde:4 qt:4 tar:xz
|
|
USE_KDE= automoc4 kdelibs
|
|
USE_QT= phonon moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= ALSA
|
|
|
|
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
|
|
|
|
post-patch-ALSA-off:
|
|
${REINPLACE_CMD} -e '/find_package(Alsa)/d' \
|
|
-e '/alsa_configure_file/d' ${WRKSRC}/CMakeLists.txt
|
|
|
|
post-configure-ALSA-off:
|
|
${TOUCH} ${CONFIGURE_WRKSRC}/config-alsa.h
|
|
|
|
.include <bsd.port.mk>
|