blob: 5ad6cde65fa1a2817105bf3c449ef8f53be54a45 (
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
24
25
26
|
# New ports collection makefile for: xpi-fasterfox
# Date created: 28 March 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fasterfox
PORTVERSION= 2.0.0
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Performance and network tweaks for Firefox
DEPRECATED= Ports could installed and updated more easily by user's browser(firefox)
EXPIRATION_DATE=2009-01-31
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
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|