mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
22 lines
581 B
Makefile
22 lines
581 B
Makefile
# New ports collection makefile for: xpi-jsview
|
|
# Date created: 5 June 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jsview
|
|
PORTVERSION= 1.1.5
|
|
DISTVERSIONSUFFIX= -fx+zm
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Easily view embedded/external JS and CSS
|
|
|
|
XPI_ID= {cf15270e-cf08-4def-b4ea-6a5ac23f3bca}
|
|
XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|