Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/www/cliqz/Makefile 504812 2019-06-21 20:10:36Z philip $ |
1 |
# $FreeBSD: head/www/cliqz/Makefile 504812 2019-06-21 20:10:36Z philip $ |
2 |
|
2 |
|
3 |
PORTNAME= cliqz |
3 |
PORTNAME= cliqz |
4 |
DISTVERSION= 1.27.3 |
4 |
DISTVERSION= 1.27.4 |
5 |
CATEGORIES= www |
5 |
CATEGORIES= www |
6 |
MASTER_SITES= https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \ |
6 |
MASTER_SITES= https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \ |
7 |
http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz |
7 |
http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz |
Lines 54-60
BUILD_DEPENDS= autoconf-2.13:devel/autoconf213 \
Link Here
|
54 |
USES= tar:xz gmake pkgconfig gnome python desktop-file-utils \ |
54 |
USES= tar:xz gmake pkgconfig gnome python desktop-file-utils \ |
55 |
compiler:c11 shebangfix |
55 |
compiler:c11 shebangfix |
56 |
|
56 |
|
57 |
USE_GNOME= gconf2 gtk20 gtk30 cairo gdkpixbuf2 |
57 |
USE_GNOME= gtk20 gtk30 cairo gdkpixbuf2 |
58 |
|
58 |
|
59 |
USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xrender \ |
59 |
USE_XORG= x11 xcb xcomposite xcursor xdamage xext xfixes xi xrender \ |
60 |
xcb xt |
60 |
xcb xt |
Lines 72-78
SHEBANG_FILES= magic_build_and_package.sh
Link Here
|
72 |
CLIQZ_CHANNEL= release |
72 |
CLIQZ_CHANNEL= release |
73 |
# If the DISTVERSION is updated, make sure to update the last build id from |
73 |
# If the DISTVERSION is updated, make sure to update the last build id from |
74 |
# fetch -qo - https://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/lastbuildid |
74 |
# fetch -qo - https://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/lastbuildid |
75 |
CLIQZ_LAST_BUILD_ID= 20190619154110 |
75 |
CLIQZ_LAST_BUILD_ID= 20190626103837 |
76 |
CLIQZ_ICON= ${PORTNAME}.png |
76 |
CLIQZ_ICON= ${PORTNAME}.png |
77 |
CLIQZ_ICON_SRC= ${WRKSRC}/mozilla-release/browser/branding/${PORTNAME}/default48.png |
77 |
CLIQZ_ICON_SRC= ${WRKSRC}/mozilla-release/browser/branding/${PORTNAME}/default48.png |
78 |
MOZ_DESKTOP= ${WRKSRC}/mozilla-release/toolkit/mozapps/installer/linux/rpm/mozilla.desktop |
78 |
MOZ_DESKTOP= ${WRKSRC}/mozilla-release/toolkit/mozapps/installer/linux/rpm/mozilla.desktop |