freebsd-ports/graphics/okular/Makefile
Matthias Andree 515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00

36 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= okular
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
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 \
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= kdehier 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>