blob: fb46eab98b4a0fb9d83e1330f12712f0a4cf704b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xpi-greasemonkey
# Date created: 18 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= greasemonkey
PORTVERSION= 0.7.20070607.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
post-extract:
@${TOUCH} ${WRKSRC}/chrome/chromeFiles/content/MochiKit/.empty
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|