freebsd-ports/www/xpi-uBlock_origin/Makefile
Thierry Thomas 9cffb7357b Mark as DEPRECATED.
The newer versions (WebExtensions) do not work with the current xpi framework.
2017-09-16 16:55:32 +00:00

22 lines
513 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= ublock_origin
PORTVERSION= 1.13.8 # Do not upgrade with the current xpi framework
DISTVERSIONSUFFIX= -an+fx+sm+tb
CATEGORIES= www
MAINTAINER= thierry@FreeBSD.org
COMMENT= Efficient blocker for Firefox, fast and lean
LICENSE= GPLv3
DEPRECATED: legacy version, the latest one working with the ports xpi framework
XPI_NUM= 607454
XPI_ID= uBlock0@raymondhill.net
NO_ARCH= yes
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>