freebsd-ports/graphics/okular/Makefile
Alonso Schaich 63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00

36 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= okular
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= graphics kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE 4 universal document viewer
LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libkscreen.so:${PORTSDIR}/graphics/libkscreen \
libqca.so:${PORTSDIR}/devel/qca \
libtiff.so:${PORTSDIR}/graphics/tiff \
libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \
libspectre.so:${PORTSDIR}/print/libspectre \
libchm.so:${PORTSDIR}/misc/chmlib \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libepub.so:${PORTSDIR}/textproc/ebook-tools \
libqmobipocket.so:${PORTSDIR}/graphics/kdegraphics4-mobipocket
USE_KDE4= kdelibs kdeprefix automoc4 qimageblitz kactivities \
libkexiv2
USE_QT4= corelib declarative gui opengl xml \
qmake_build moc_build uic_build rcc_build
USES= cmake:outsource pkgconfig tar:xz
USE_LDCONFIG= yes
OPTIONS_DEFINE= DVI
DVI_DESC= Device independent TeX files support (requires teTeX)
DVI_USE= TEX=latex
.include <bsd.port.mk>