d4791b7760
Do not install meta data (META-INF) since its not needed allow for xpi-post-extract to still work in xpi-* ports o fix pkg-plist o fix XPI_DIRS, XPI_FILES o Bump PORTREVISION o s/post-extract/xpi-post-extract/ PR: ports/150327 Submitted by: Lapo Luchini <lapo@lapo.it>, tweaked by myself Approved by: maintainer timeout (miwi) Tested by: P6 TB Run, RideCharge Inc. / Taximagic TB Run
25 lines
722 B
Makefile
25 lines
722 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.10
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -fx+sm+fn
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= miwi@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 mozilla.cfg
|
|
XPI_DIRS= chrome components defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|