mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
c42e232ec2
This is the last bit. 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.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdeartwork
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-themes kde kde-kde4
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Artworks Themes
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
USES= cmake:outsource kde:4 qt:4 tar:xz
|
|
USE_KDE= kdelibs libkexiv2 workspace automoc4
|
|
USE_QT= corelib gui opengl \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USE_XORG= x11 xt
|
|
|
|
OPTIONS_DEFINE= GNOME
|
|
GNOME_DESC= Use Gnome screensavers
|
|
GNOME_BUILD_DEPENDS= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:x11/xscreensaver-gnome
|
|
GNOME_RUN_DEPENDS= ${GNOME_BUILD_DEPENDS}
|
|
GNOME_BUILD_DEPENDS_OFF= xscreensaver:x11/xscreensaver
|
|
GNOME_RUN_DEPENDS_OFF= ${GNOME_BUILD_DEPENDS_OFF}
|
|
|
|
# Do not look for eigen. Eigen3 dropped the eigen2 compatibility with 3.2+.
|
|
CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Eigen3:BOOL=TRUE
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}|g' \
|
|
-e 's|/usr/share|${LOCALBASE}/share|g' \
|
|
${PATCH_WRKSRC}/cmake/modules/FindXscreensaver.cmake
|
|
|
|
.include <bsd.port.mk>
|