mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
617581c2eb
- Take over maintainership Approved by: chinsan (old maintainer)
26 lines
684 B
Makefile
26 lines
684 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.5
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://forum.softwareblaze.com/jsview/ CENKES
|
|
DISTNAME= ${PORTNAME}${DISTVERSION}
|
|
|
|
MAINTAINER= miwi@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>
|