mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d4791b7760
Do not install meta data (META-INF) since its not needed allow for xpi-post-extract to still work in xpi-* ports o fix pkg-plist o fix XPI_DIRS, XPI_FILES o Bump PORTREVISION o s/post-extract/xpi-post-extract/ PR: ports/150327 Submitted by: Lapo Luchini <lapo@lapo.it>, tweaked by myself Approved by: maintainer timeout (miwi) Tested by: P6 TB Run, RideCharge Inc. / Taximagic TB Run
26 lines
688 B
Makefile
26 lines
688 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
|
|
|
|
xpi-post-extract:
|
|
@${RM} -rf ${WRKSRC}/temp
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|