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.
31 lines
667 B
Makefile
31 lines
667 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kde-dev-scripts
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE development scripts
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
USES= cmake:outsource kde:4 python:run qt:4 shebangfix tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= moc_build qmake_build rcc_build uic_build
|
|
|
|
SHEBANG_FILES= cxxmetric \
|
|
draw_lib_dependencies \
|
|
fixkdeincludes \
|
|
fixuifiles \
|
|
kde-systemsettings-tree.py \
|
|
kde_generate_export_header \
|
|
kdelnk2desktop.py \
|
|
krazy-licensecheck \
|
|
png2mng.pl \
|
|
reviewboard-am \
|
|
svnintegrate \
|
|
zonetab2pot.py
|
|
|
|
.include <bsd.port.mk>
|