b7cbbfac1f
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
37 lines
978 B
Makefile
37 lines
978 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= okular
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 12
|
|
CATEGORIES= graphics kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE 4 universal document viewer
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \
|
|
libkscreen.so:graphics/libkscreen \
|
|
libqca.so:devel/qca@qt4 \
|
|
libtiff.so:graphics/tiff \
|
|
libpoppler-qt4.so:graphics/poppler-qt4 \
|
|
libspectre.so:print/libspectre \
|
|
libchm.so:misc/chmlib \
|
|
libfreetype.so:print/freetype2 \
|
|
libepub.so:textproc/ebook-tools \
|
|
libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
|
|
|
|
USES= cmake:outsource jpeg kde:4 pkgconfig qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4 qimageblitz kactivities \
|
|
libkexiv2
|
|
USE_QT= corelib declarative gui opengl xml \
|
|
qmake_build moc_build uic_build rcc_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DVI
|
|
|
|
DVI_DESC= Device independent TeX files support (requires teTeX)
|
|
DVI_USE= TEX=latex
|
|
|
|
.include <bsd.port.mk>
|