mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
21 lines
528 B
Makefile
21 lines
528 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fasterfox
|
|
PORTVERSION= 2.0.0
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Performance and network tweaks for Firefox
|
|
|
|
XPI_NUM= 1269
|
|
XPI_ID= {c36177c0-224a-11da-8cd6-0800200c9a66}
|
|
XPI_FILES= chrome/fasterfox.jar chrome.manifest defaults/preferences/fasterfox.js \
|
|
install.rdf readme.txt
|
|
XPI_DIRS= chrome defaults/preferences defaults
|
|
|
|
NO_STAGE= yes
|
|
.include "../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|