aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-jsview/Makefile
blob: 6d921447982deb292d60a161b570d74a4064e3fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    xpi-jsview
# Date created:     5 June 2006
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   jsview
PORTVERSION=    1.5
CATEGORIES= www
MASTER_SITES=   http://forum.softwareblaze.com/jsview/ CENKES
DISTNAME=   ${PORTNAME}${DISTVERSION}

MAINTAINER= chinsan@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

post-extract:
    @${RM} -rf ${WRKSRC}/temp

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>