mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
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.
22 lines
489 B
Makefile
22 lines
489 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= poxml
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Tools to translate Docbook XML using gettext
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:devel/antlr
|
|
|
|
USES= cmake:outsource gettext-tools:build,run kde:4 qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= moc_build qmake_build rcc_build uic_build \
|
|
corelib xml
|
|
|
|
.include <bsd.port.mk>
|