b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
35 lines
916 B
Makefile
35 lines
916 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
|
|
|
|
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>
|