freebsd-ports/www/xpi-greasemonkey/Makefile
Chin-San Huang 0947cc6478 - Update to 0.8.20080609.0
- Use XPI_FILES and XPI_DIRS macro

PR:		ports/126379
Submitted by:	Steven Kreuzer <skreuzerat at exit2shell.com>
2008-09-07 07:45:19 +00:00

26 lines
792 B
Makefile

# New ports collection makefile for: xpi-greasemonkey
# Date created: 18 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= greasemonkey
PORTVERSION= 0.8.20080609.0
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Add bits of DHTML to any web page to change its behavior
XPI_ID= {e4a8a97b-f2ed-450b-b12d-ee082ba24781}
XPI_NUM= 748
XPI_FILES= chrome/greasemonkey.jar chrome.manifest \
components/gmIBrowserWindow.xpt \
components/gmIGreasemonkeyService.xpt \
components/gmIMenuCommand.xpt components/greasemonkey.js \
defaults/preferences/greasemonkey.js install.rdf license.txt
XPI_DIRS= chrome components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>