diff options
author | sat <sat@FreeBSD.org> | 2006-05-19 18:27:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-19 18:27:25 +0800 |
commit | 054472c1956b64ba683254ed4c12b9f465a5e400 (patch) | |
tree | 985eb055e10e676f06b56742420cbf8c3c881085 /www/xpi-greasemonkey/Makefile | |
parent | 81c79cd8e8f46aaccb49a471e92d617abd0a2d0d (diff) | |
download | freebsd-ports-gnome-054472c1956b64ba683254ed4c12b9f465a5e400.tar.gz freebsd-ports-gnome-054472c1956b64ba683254ed4c12b9f465a5e400.tar.zst freebsd-ports-gnome-054472c1956b64ba683254ed4c12b9f465a5e400.zip |
Add xpi-greasemonkey: Add bits of DHTML to any web page to change its behavior
Approved by: krion (mentor)
Diffstat (limited to 'www/xpi-greasemonkey/Makefile')
-rw-r--r-- | www/xpi-greasemonkey/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/xpi-greasemonkey/Makefile b/www/xpi-greasemonkey/Makefile new file mode 100644 index 000000000000..8a6b0209b96a --- /dev/null +++ b/www/xpi-greasemonkey/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xpi-greasemonkey +# Date created: 18 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= greasemonkey +PORTVERSION= 0.6.4 +CATEGORIES= www +DISTVERSIONSUFFIX= -fx + +MAINTAINER= infofarmer@gmail.com +COMMENT= Add bits of DHTML to any web page to change its behavior + +XPI_ID= {e4a8a97b-f2ed-450b-b12d-ee082ba24781} + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> |