ff18869221
XPCOM Component Viewer enumerates all components and iterfaces availble to JavaScript. It provides the ability to filter by regular expression. Author: Robert Ginda WWW: https://addons.mozilla.org/firefox/2230/ Approved by: krion (mentor)
23 lines
713 B
Makefile
23 lines
713 B
Makefile
# New ports collection makefile for: xpi-xpcom-component-viewer
|
|
# Date created: 21 May 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpcom-component-viewer
|
|
PORTVERSION= 0.7.0
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= XPCOM Component Viewer
|
|
|
|
XPI_DISTNAME= xpcom_component_viewer
|
|
XPI_ID= {61a6c679-bb38-46b9-9b78-4666b81699ff}
|
|
XPI_FILES= LICENSE.TXT chrome/cview.jar chrome/locale/cview/en-US/contents.rdf \
|
|
chrome/locale/cview/en-US/cviewOverlay.dtd install.rdf chrome.manifest
|
|
XPI_DIRS= chrome/locale/cview/en-US chrome/locale/cview chrome/locale chrome
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|