freebsd-ports/www/xpi-jsview/Makefile
Beat Gaetzi 306e93e996 - Enable running this plugin with current and future Firefox versions.
- Bump PORTREVISION.
- While here update WWW in pkg-descr.

PR:		ports/163552
Submitted by:	Barbara <barbara.xxx1975 AT libero.it>
2011-12-27 11:26:30 +00:00

34 lines
798 B
Makefile

# New ports collection makefile for: xpi-jsview
# Date created: 5 June 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jsview
PORTVERSION= 2.0.8
DISTVERSIONSUFFIX= -fx+sm
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= gecko@FreeBSD.org
COMMENT= Easily view embedded/external JS and CSS
LICENSE= GPLv2
USE_XPI= *firefox*
XPI_ID= {cf15270e-cf08-4def-b4ea-6a5ac23f3bca}
XPI_NUM= 2076
XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults
post-patch:
@${REINPLACE_CMD} -e 's|<em:maxVersion>9\.0a1<|<em:maxVersion>99.*<|' ${WRKSRC}/install.rdf
pre-install:
@${RM} -f ${WRKSRC}/install.rdf.bak
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>