From 973400bf35d3461b776a3fa0ae5d7771773b8604 Mon Sep 17 00:00:00 2001 From: thierry Date: Sun, 16 Apr 2006 16:24:07 +0000 Subject: 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 --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') 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 -- cgit