1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/xpi-adblock_plus/Makefile
2008-06-19 05:54:09 +00:00

25 lines
626 B
Makefile

# New ports collection makefile for: xpi-adblock_plus
# Date created: 2 May 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= adblock_plus
PORTVERSION= 0.7.5.5
DISTVERSIONSUFFIX= -fx+tb+sm
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>