mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
397 B
Makefile
18 lines
397 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= greasemonkey
|
|
PORTVERSION= 1.12
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= gecko@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
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|