aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-08-28 21:05:54 +0800
committerthierry <thierry@FreeBSD.org>2005-08-28 21:05:54 +0800
commit7cd3996f7622fff4905877124243ddaa4489759d (patch)
treeca1846954c563056067030a778109a7d2875acd2 /www
parent49978cef440e2a71cd55d1dd004ae5abbe9770c4 (diff)
downloadfreebsd-ports-gnome-7cd3996f7622fff4905877124243ddaa4489759d.tar.gz
freebsd-ports-gnome-7cd3996f7622fff4905877124243ddaa4489759d.tar.zst
freebsd-ports-gnome-7cd3996f7622fff4905877124243ddaa4489759d.zip
Add adblock-firefox, a content filtering plug-in for Firefox.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/adblock-firefox/Makefile17
2 files changed, 18 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index fb0247abbde2..738547af6644 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -8,6 +8,7 @@
SUBDIR += WebMagick
SUBDIR += abcache
SUBDIR += adblock
+ SUBDIR += adblock-firefox
SUBDIR += admuser
SUBDIR += adzap
SUBDIR += adzap2squirm
diff --git a/www/adblock-firefox/Makefile b/www/adblock-firefox/Makefile
new file mode 100644
index 000000000000..ca0199b4b5c3
--- /dev/null
+++ b/www/adblock-firefox/Makefile
@@ -0,0 +1,17 @@
+# Ports collection makefile for: adblock-firefox
+# Date created: Thu Aug 4, 2005
+# Whom: Thierry Thomas (<thierry@pompo.net>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= adblock
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= A content filtering plug-in for Firefox
+
+MASTERDIR= ${.CURDIR}/../adblock
+
+WITH_FIREFOX= yes
+
+.include "${MASTERDIR}/Makefile"