diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-17 00:24:07 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-17 00:24:07 +0800 |
commit | 973400bf35d3461b776a3fa0ae5d7771773b8604 (patch) | |
tree | 52a60bd9100f2df4b4df05dd34731f7103001cc6 /www/Makefile | |
parent | 8296a7b9467a33865c2ac2be1cc4ca43538ac32e (diff) | |
download | freebsd-ports-gnome-973400bf35d3461b776a3fa0ae5d7771773b8604.tar.gz freebsd-ports-gnome-973400bf35d3461b776a3fa0ae5d7771773b8604.tar.zst freebsd-ports-gnome-973400bf35d3461b776a3fa0ae5d7771773b8604.zip |
Adblock is a content filtering plug-in for the Mozilla and Firefox browsers.
It is both more robust and more precise than the built-in image blocker.
Adblock allows the user to specify filters, which remove unwanted content based
on the source-address.
WWW: http://adblock.mozdev.org/
Note: the included www/xpi-adblock/Makefile.xpi is used for browsers
based on Gecko >= 1.8 (e.g. Firefox >= 1.5). Older browsers must use
extensions which rely on www/mozex/Makefile.xpi.
PR: ports/95076
Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ea8c06887f0a..ac1b6b4c4f7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -964,6 +964,7 @@ SUBDIR += xist SUBDIR += xitami SUBDIR += xpath2rss + SUBDIR += xpi-adblock SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xulrunner |