1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/xpi-noscript/Makefile
2007-06-26 06:52:29 +00:00

26 lines
783 B
Makefile

# New ports collection makefile for: xpi-noscript
# Date created: 28 March 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= noscript
PORTVERSION= 1.1.4.9.070624
#DISTVERSIONSUFFIX= -fx+mz+sm+fl
CATEGORIES= www
MASTER_SITES= http://software.informaction.com/data/releases/ CENKES
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A security-enhancing Java/JS filtering extension
XPI_ID= {73a6fe31-595d-460b-a920-fcc0f8843232}
XPI_NUM= 722
XPI_FILES= GPL.txt NoScript_License.txt chrome/noscript.jar chrome.manifest \
components/noscriptService.js defaults/preferences/noscript.js \
install.js install.rdf .autoreg
XPI_DIRS= chrome components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>