1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/xpi-cssviewer/Makefile
Andrew Pantyukhin d7ef7362f8 - Update to 1.0.2
PR:		ports/105773
Submitted by:	chinsan (maintainer)
2006-11-23 12:34:21 +00:00

22 lines
486 B
Makefile

# New ports collection makefile for: xpi-cssviewer
# Date created: 2006/05/06
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cssviewer
PORTVERSION= 1.0.2
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Simple CSS property viewer
XPI_ID= {8be51513-0433-45c1-9203-7b45019df871}
XPI_FILES= chrome/CSSViewer.jar chrome.manifest install.js install.rdf
XPI_DIRS= chrome
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>