a5de80209a
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.
26 lines
612 B
Makefile
26 lines
612 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= okteta
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE hex editor
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libqca.so:devel/qca@qt4
|
|
|
|
USES= cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= moc_build qmake_build rcc_build uic_build \
|
|
corelib designer gui script scripttools xml
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d; /SharedMimeInfo/ d' \
|
|
${PATCH_WRKSRC}/mimetypes/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|