pkgsrc/security/tor-browser-https-everywhere/Makefile
wiz dee80d6734 tor-browser-https-everywhere: update to 2021.1.27.
2021.1.27
* EASE Mode UI Changes
* NPM Dependency updates
* Geckodriver pull update
* Chromedriver pull update
* Integrate CSS Grid for Options Page and EASE UI
* Put Options in new tab
2021-02-03 20:20:33 +00:00

23 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/02/03 20:20:33 wiz Exp $
VERSION= 2021.1.27
DISTNAME= https-everywhere-${VERSION}-eff
PKGNAME= tor-browser-${DISTNAME:S/-eff//}
CATEGORIES= security www
MASTER_SITES= https://www.eff.org/files/
EXTRACT_SUFX= .xpi
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= https://www.eff.org/https-everywhere
COMMENT= HTTPS Everywhere plugin for tor-browser
LICENSE= gnu-gpl-v3
INSTALLATION_DIRS+= lib/tor-browser/distribution/extensions
do-build:
do-install:
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} \
${DESTDIR}${PREFIX}/lib/tor-browser/distribution/extensions/https-everywhere-eff@eff.org.xpi
.include "../../mk/bsd.pkg.mk"