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. Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@) Not deprecated, need to contact maintainers: misc/krecipes-kde4 net-im/kmess-kde4 net/smb4k-kde4 textproc/uim-kde4
26 lines
627 B
Makefile
26 lines
627 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= print-manager
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 5
|
|
CATEGORIES= print kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Printer manager for KDE 4
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libcups.so:print/cups
|
|
RUN_DEPENDS= ${LOCALBASE}/share/cups/data/testprint:print/cups-filters
|
|
|
|
USES= cmake:outsource kde:4 qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= designer network \
|
|
qmake_build moc_build uic_build rcc_build
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's,/usr/share/cups,${LOCALBASE}/share/cups,' \
|
|
${WRKSRC}/libkcups/KCupsRequest.cpp
|
|
|
|
.include <bsd.port.mk>
|