Lines 1-9
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= qupzilla |
3 |
PORTNAME= qupzilla |
4 |
PORTVERSION= 1.8.6 |
4 |
PORTVERSION= 1.8.6.s20150818 |
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 |
8 |
DISTNAME= QupZilla-${PORTVERSION} |
8 |
DISTNAME= QupZilla-${PORTVERSION} |
9 |
|
9 |
|
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 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= QupZilla |
21 |
GH_PROJECT= ${PORTNAME} |
22 |
GH_TAGNAME= 1f654b4 |
23 |
|
19 |
USES= desktop-file-utils execinfo pkgconfig qmake tar:xz |
24 |
USES= desktop-file-utils execinfo pkgconfig qmake tar:xz |
20 |
USE_QT5= core concurrent gui network script webkit xml \ |
25 |
USE_QT5= core concurrent gui network script webkit xml \ |
21 |
buildtools_build linguisttools_build \ |
26 |
buildtools_build linguisttools_build \ |
22 |
imageformats_run sql-sqlite3_run |
27 |
imageformats_run sql-sqlite3_run |
23 |
USE_XORG= x11 |
28 |
USE_XORG= x11 |
Lines 27-33
Link Here
|
27 |
INSTALLS_ICONS= yes |
32 |
INSTALLS_ICONS= yes |
28 |
PLIST_SUB= VERSION=${PORTVERSION} |
33 |
PLIST_SUB= VERSION=${PORTVERSION} |
29 |
|
34 |
|
30 |
OPTIONS_DEFINE= DBUS DEBUG GNOMEKEYRING # KWALLET |
35 |
OPTIONS_DEFINE= DBUS DEBUG GNOMEKEYRING KWALLET |
31 |
OPTIONS_DEFAULT=DBUS |
36 |
OPTIONS_DEFAULT=DBUS |
32 |
OPTIONS_SUB= yes |
37 |
OPTIONS_SUB= yes |
33 |
|
38 |
|
Lines 38-45
Link Here
|
38 |
GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" |
43 |
GNOMEKEYRING_CONFIGURE_ENV= GNOME_INTEGRATION="true" |
39 |
|
44 |
|
40 |
# KWallet integration requires KF5 which is not available through ports |
45 |
# KWallet integration requires KF5 which is not available through ports |
41 |
#KWALLET_USE= KDE5=kdelibs |
46 |
KWALLET_USE= KDE5=wallet |
42 |
#KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" |
47 |
KWALLET_CONFIGURE_ENV= KDE_INTEGRATION="true" |
43 |
PLIST_SUB+= KWALLET="@comment " |
48 |
PLIST_SUB+= KWALLET="@comment " |
44 |
|
49 |
|
45 |
.include <bsd.port.options.mk> |
50 |
.include <bsd.port.options.mk> |