2006-04-16 18:26:30 +02:00
|
|
|
# New ports collection makefile for: xpi-noscript
|
|
|
|
# Date created: 28 March 2006
|
2006-05-08 23:41:11 +02:00
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-04-16 18:26:30 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= noscript
|
2007-03-23 16:33:02 +01:00
|
|
|
PORTVERSION= 1.1.4.6.070317
|
|
|
|
#DISTVERSIONSUFFIX= -fx+fl+mz+zm
|
2006-04-16 18:26:30 +02:00
|
|
|
CATEGORIES= www
|
2007-03-23 16:33:02 +01:00
|
|
|
MASTER_SITES= http://ariel.informaction.com/data/releases/ CENKES
|
2006-04-16 18:26:30 +02:00
|
|
|
|
2006-05-08 23:41:11 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2006-04-16 18:26:30 +02:00
|
|
|
COMMENT= A security-enhancing Java/JS filtering extension
|
|
|
|
|
|
|
|
XPI_ID= {73a6fe31-595d-460b-a920-fcc0f8843232}
|
|
|
|
XPI_FILES= GPL.txt NoScript_License.txt chrome/noscript.jar chrome.manifest \
|
|
|
|
components/.autoreg components/noscriptService.js \
|
|
|
|
defaults/preferences/noscript.js install.js install.rdf
|
2006-05-18 11:30:50 +02:00
|
|
|
XPI_DIRS= chrome components defaults/preferences defaults
|
2006-04-16 18:26:30 +02:00
|
|
|
|
2006-05-10 21:38:44 +02:00
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
2006-04-16 18:26:30 +02:00
|
|
|
.include <bsd.port.mk>
|