2006-04-16 18:24:07 +02:00
|
|
|
# New ports collection makefile for: xpi-adblock
|
|
|
|
# Date created: 28 March 2006
|
2006-05-08 23:41:11 +02:00
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-04-16 18:24:07 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= adblock
|
2006-07-01 08:52:35 +02:00
|
|
|
PORTVERSION= 0.5.3.043
|
2006-04-16 18:24:07 +02:00
|
|
|
DISTVERSIONSUFFIX= -fx+fl+mz+ns
|
|
|
|
CATEGORIES= www
|
|
|
|
|
2009-01-03 14:12:17 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-04-16 18:24:07 +02:00
|
|
|
COMMENT= A content filtering extension
|
|
|
|
|
2007-10-29 19:18:08 +01:00
|
|
|
XPI_NUM= 10
|
2006-04-16 18:24:07 +02:00
|
|
|
XPI_ID= {34274bf4-1d97-a289-e984-17e546307e4f}
|
2006-07-01 08:52:35 +02:00
|
|
|
XPI_FILES= chrome/adblock.jar chrome.manifest components/.autoreg components/nsAdblock.js \
|
|
|
|
defaults/preferences/adblock.js install.js install.rdf license.txt
|
|
|
|
XPI_DIRS= chrome/adblock chrome components defaults/preferences defaults
|
2006-04-16 18:24:07 +02:00
|
|
|
|
2007-02-03 14:06:14 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|2.0a3|2.0.*|g' ${WRKSRC}/install.rdf
|
|
|
|
@${RM} -f ${WRKSRC}/install.rdf?*
|
|
|
|
|
2006-07-27 16:53:32 +02:00
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
2006-04-16 18:24:07 +02:00
|
|
|
.include <bsd.port.mk>
|