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
|
|
|
|
|
2006-05-08 23:41:11 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2006-04-16 18:24:07 +02:00
|
|
|
COMMENT= A content filtering extension
|
|
|
|
|
|
|
|
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
|
|
|
|
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>
|