diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-01 08:22:17 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-01 08:22:17 +0800 |
commit | 9bb535346507bb4a6fb8de9e5b6bc433a597d0ba (patch) | |
tree | 9c7d374b5f45dd8b85c97da1ecb0e74e7fea2243 /www | |
parent | 8b8acdf6738559f04f63f7cff247e55e6ab69476 (diff) | |
download | marcuscom-ports-9bb535346507bb4a6fb8de9e5b6bc433a597d0ba.tar marcuscom-ports-9bb535346507bb4a6fb8de9e5b6bc433a597d0ba.tar.gz marcuscom-ports-9bb535346507bb4a6fb8de9e5b6bc433a597d0ba.tar.bz2 marcuscom-ports-9bb535346507bb4a6fb8de9e5b6bc433a597d0ba.tar.lz marcuscom-ports-9bb535346507bb4a6fb8de9e5b6bc433a597d0ba.tar.xz marcuscom-ports-9bb535346507bb4a6fb8de9e5b6bc433a597d0ba.tar.zst marcuscom-ports-9bb535346507bb4a6fb8de9e5b6bc433a597d0ba.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7437 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/adblock/Makefile | 31 | ||||
-rw-r--r-- | www/adblock/files/installed-chrome.txt | 1 | ||||
-rw-r--r-- | www/adblock/pkg-descr | 7 |
3 files changed, 39 insertions, 0 deletions
diff --git a/www/adblock/Makefile b/www/adblock/Makefile new file mode 100644 index 000000000..1403cc14f --- /dev/null +++ b/www/adblock/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: adblock +# Date created: Thu Aug 4, 2005 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME= adblock +DISTVERSION= 0.5-dev +PORTREVISION= 2 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= A content filtering plug-in for ${GECKO} + +PLIST_FILES= %%MOZDIR%%/chrome/adblock.jar + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/mozex/Makefile.xpi" + +.if ${GECKO} == mozilla +PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/mozapps/content/overlays.rdf +.endif + +do-install: + @${INSTALL_DATA} ${WRKDIR}/chrome/adblock.jar ${MOZDIR}/chrome + +.include <bsd.port.post.mk> diff --git a/www/adblock/files/installed-chrome.txt b/www/adblock/files/installed-chrome.txt new file mode 100644 index 000000000..37af91024 --- /dev/null +++ b/www/adblock/files/installed-chrome.txt @@ -0,0 +1 @@ +content,install,url,jar:resource:/chrome/adblock.jar!/content/ diff --git a/www/adblock/pkg-descr b/www/adblock/pkg-descr new file mode 100644 index 000000000..9c8a689fb --- /dev/null +++ b/www/adblock/pkg-descr @@ -0,0 +1,7 @@ +Adblock is a content filtering plug-in for the Mozilla and Seamonkey 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/ |