Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/print/qpdfview/Makefile 487596 2018-12-16 15:10:42Z tcberner $ |
2 |
# $FreeBSD: head/print/qpdfview/Makefile 487596 2018-12-16 15:10:42Z tcberner $ |
3 |
|
3 |
|
4 |
PORTNAME= qpdfview |
4 |
PORTNAME= qpdfview |
5 |
DISTVERSION= 0.4.17beta1 |
5 |
DISTVERSION= 0.4.18beta1 |
6 |
PORTREVISION= 4 |
|
|
7 |
CATEGORIES= print |
6 |
CATEGORIES= print |
8 |
MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ |
7 |
MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ |
9 |
https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ |
8 |
https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ |
Lines 16-33
Link Here
|
16 |
|
15 |
|
17 |
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 |
16 |
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 |
18 |
|
17 |
|
19 |
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5 |
18 |
USES+= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 |
20 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
21 |
USE_QT= buildtools_build concurrent imageformats linguisttools printsupport sql sql-sqlite3 svg xml |
20 |
USE_QT= buildtools_build concurrent core dbus gui imageformats linguisttools printsupport sql sql-sqlite3 svg widgets xml |
|
|
21 |
USE_GL= gl |
22 |
|
22 |
QMAKE_SOURCE_PATH= ${PORTNAME}.pro |
23 |
QMAKE_SOURCE_PATH= ${PORTNAME}.pro |
23 |
|
24 |
|
24 |
DATADIR= ${PREFIX}/share/${PORTNAME} |
25 |
DATADIR= ${PREFIX}/share/${PORTNAME} |
25 |
|
26 |
|
26 |
OPTIONS_DEFINE= CUPS |
27 |
OPTIONS_DEFINE= CUPS DJVU PS |
27 |
OPTIONS_MULTI= BACKEND |
28 |
OPTIONS_DEFAULT= CUPS DJVU PS |
28 |
OPTIONS_MULTI_BACKEND= DJVU PS |
|
|
29 |
BACKEND_DESC= Additional documents support |
30 |
OPTIONS_DEFAULT= CUPS PS |
31 |
OPTIONS_SUB= yes |
29 |
OPTIONS_SUB= yes |
32 |
|
30 |
|
33 |
CUPS_QMAKE_OFF= "CONFIG+=without_cups" |
31 |
CUPS_QMAKE_OFF= "CONFIG+=without_cups" |