1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/xpi-jsview/Makefile
Martin Wilke 617581c2eb - Remove DEPRECATED
- Take over maintainership

Approved by:	chinsan (old maintainer)
2009-01-03 13:12:17 +00:00

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>