aboutsummaryrefslogtreecommitdiff
path: root/print/qpdfview/Makefile
blob: 2243c22d720e47cd2a9f3c9195682f6018835d67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$

PORTNAME=	qpdfview
PORTVERSION=	0.4.16
PORTREVISION=	8
CATEGORIES=	print
MASTER_SITES=	https://launchpadlibrarian.net/226592308/ \
		https://launchpad.net/${PORTVERSION}/trunk/${PORTVERSION}/+download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tabbed DjVu/PDF/PS document viewer

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		desktop-file-utils pkgconfig qmake
USE_LDCONFIG=	yes
QMAKE_SOURCE_PATH=	${PORTNAME}.pro

DATADIR=	${PREFIX}/share/${PORTNAME}

OPTIONS_SINGLE=	TOOLKITS
OPTIONS_SINGLE_TOOLKITS=	QT4 QT5
OPTIONS_DEFINE=	CUPS
OPTIONS_MULTI=	BACKEND
OPTIONS_MULTI_BACKEND=	DJVU PS
BACKEND_DESC=	Additional documents support
OPTIONS_DEFAULT=	QT4 CUPS PS
OPTIONS_SUB=	yes

CUPS_QMAKE_OFF=	"CONFIG+=without_cups"
CUPS_LIB_DEPENDS=	libcups.so:print/cups

DJVU_LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
DJVU_QMAKE_OFF=	"CONFIG+=without_djvu"

QT4_USE=	qt4=dbus,gui,imageformats,linguisttools,moc_build,rcc_build,sql,sql-sqlite3,svg,xml
QT4_LIB_DEPENDS=	libpoppler-qt4.so:graphics/poppler-qt4

QT5_USE=	qt5=buildtools_build,concurrent,imageformats,linguisttools,printsupport,sql,sql-sqlite3,svg,xml
QT5_LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5

PS_LIB_DEPENDS=	libspectre.so:print/libspectre
PS_QMAKE_OFF=	"CONFIG+=without_ps"

pre-configure:
	${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g;s#${PREFIX}/share/man#${PREFIX}/man#g' \
		${WRKSRC}/${PORTNAME}.pri
	cd ${WRKSRC} && ${LRELEASE} ${PORTNAME}.pro

.include <bsd.port.mk>