head	1.9;
access;
symbols
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2011.08.02.00.13.39;	author flo;	state dead;
branches;
next	1.8;

1.8
date	2010.02.05.11.44.39;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.31.13.56.23;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.14.06.45;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2007.05.19.20.24.25;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2006.10.14.08.53.30;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.06.06.45.02;	author thierry;	state Exp;
branches;
next	1.2;

1.2
date	2006.04.14.21.45.24;	author thierry;	state Exp;
branches;
next	1.1;

1.1
date	2005.08.28.13.04.53;	author thierry;	state Exp;
branches;
next	;


desc
@@


1.9
log
@remove ports which still depend on seamonkey 1.1

Approved by:	thierry, maintainer timeout > 6 months
@
text
@# Ports collection makefile for:  adblock
# Date created:			  Thu Aug 4, 2005
# Whom:				  Thierry Thomas (<thierry@@pompo.net>)
#
# $FreeBSD: ports/www/adblock/Makefile,v 1.8 2010/02/05 11:44:39 dinoex Exp $
#

PORTNAME=	adblock
DISTVERSION=	0.5-dev
PORTREVISION=	6
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>
@


1.8
log
@- update to jpeg-8
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.6
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.5
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.4
log
@Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@Add Seamonkey's support, with some cleaning.
@
text
@d10 1
a10 1
PORTREVISION=	1
a18 2
USE_X_PREFIX=	yes

@


1.2
log
@Replace dead MASTER_SITE.

PR:		95717
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu (at) people.tecnik93.com>
@
text
@d8 1
a8 1
PORTNAME?=	adblock
d10 1
a10 1
PORTREVISION?=	0
d17 1
a17 1
COMMENT?=	A content filtering plug-in for Mozilla
d21 1
a21 4
PLIST_FILES=	%%MOZDIR%%/chrome/adblock.jar	\
		%%MOZDIR%%/chrome/overlayinfo/mozapps/content/overlays.rdf

SLAVEDIRS=	www/adblock-firefox
d26 4
@


1.1
log
@Add adblock, a content filtering plug-in for Mozilla.
@
text
@d12 2
a13 4
MASTER_SITES=	http://www.devlib.org/mozdev/adblock/	\
		http://downloads.mozdev.org/adblock/	\
		http://ftp.ntua.gr/pub/www/mozdev/adblock/	\
		http://ftp.iasi.roedu.net/mirrors/mozdev.org/adblock/
@

