Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= qupzilla |
3 |
PORTNAME= qupzilla |
4 |
PORTVERSION= 1.8.6 |
4 |
PORTVERSION= 1.8.7 |
5 |
CATEGORIES= www |
5 |
CATEGORIES= www |
6 |
MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ |
6 |
MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ |
7 |
PKGNAMESUFFIX= -qt5 |
7 |
PKGNAMESUFFIX= -qt5 |
Lines 14-23
Link Here
|
14 |
|
14 |
|
15 |
LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell |
15 |
LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell |
16 |
|
16 |
|
17 |
CONFLICTS= ${PORTNAME}-qt4* |
17 |
CONFLICTS_INSTALL= ${PORTNAME}-qt4* |
18 |
|
18 |
|
19 |
USES= desktop-file-utils execinfo pkgconfig qmake tar:xz |
19 |
USES= desktop-file-utils execinfo pkgconfig qmake tar:xz |
20 |
USE_QT5= core concurrent gui network script webkit xml \ |
20 |
USE_QT5= core concurrent gui network script webkit x11extras xml \ |
21 |
buildtools_build linguisttools_build \ |
21 |
buildtools_build linguisttools_build \ |
22 |
imageformats_run sql-sqlite3_run |
22 |
imageformats_run sql-sqlite3_run |
23 |
USE_XORG= x11 |
23 |
USE_XORG= x11 |
Lines 27-33
Link Here
|
27 |
INSTALLS_ICONS= yes |
27 |
INSTALLS_ICONS= yes |
28 |
PLIST_SUB= VERSION=${PORTVERSION} |
28 |
PLIST_SUB= VERSION=${PORTVERSION} |
29 |
|
29 |
|
30 |
OPTIONS_DEFINE= DBUS DEBUG GNOMEKEYRING # KWALLET |
30 |
OPTIONS_DEFINE= DBUS DEBUG GNOMEKEYRING KWALLET |
31 |
OPTIONS_DEFAULT=DBUS |
31 |
OPTIONS_DEFAULT=DBUS |
32 |
OPTIONS_SUB= yes |
32 |
OPTIONS_SUB= yes |
33 |
|
33 |
|
Lines 37-46
Link Here
|
37 |
GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring |
37 |
GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring |
38 |
GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" |
38 |
GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" |
39 |
|
39 |
|
40 |
# KWallet integration requires KF5 which is not available through ports |
40 |
KWALLET_USE= KDE5=wallet |
41 |
#KWALLET_USE= KDE5=kdelibs |
41 |
KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" |
42 |
#KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" |
|
|
43 |
PLIST_SUB+= KWALLET="@comment " |
44 |
|
42 |
|
45 |
.include <bsd.port.options.mk> |
43 |
.include <bsd.port.options.mk> |
46 |
|
44 |
|