aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-adblock_plus/Makefile
blob: 1d11b89379c0070cad0610b712aaf864d5672f96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    xpi-adblock_plus
# Date created:         2 May 2006
# Whom:             Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   adblock_plus
PORTVERSION=    1.0.2
DISTVERSIONSUFFIX=  -fx+sm+tb
CATEGORIES= www

MAINTAINER= ale@FreeBSD.org
COMMENT=    A content filtering extension

XPI_NUM=    1865
XPI_ID=     {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
XPI_FILES=  chrome/adblockplus.jar chrome.manifest components/nsAdblockPlus.js \
        defaults/preferences/adblockplus.js \
        install.js install.rdf
XPI_DIRS=   chrome components defaults/preferences defaults

.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>