c82e84ead8
Changes the default error page from basically having a reload button to having the following choices: - Google cache - Archival snapshot from the wayback machine - Ping - Trace route - Whois lookup - Coral cache WWW: http://www.jaybaldwin.com/News.aspx?id=51 PR: ports/105079 Submitted by: Steven Kreuzer <skreuzer@f2o.org>
22 lines
511 B
Makefile
22 lines
511 B
Makefile
# New ports collection makefile for: xpi-errorzilla
|
|
# Date created: 02 Nov 2006
|
|
# Whom: Steven Kreuzer <skreuzer@f2o.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= errorzilla
|
|
PORTVERSION= 0.2
|
|
DISTVERSIONSUFFIX= -fx+fl
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= skreuzer@f2o.org
|
|
COMMENT= Useful error pages
|
|
|
|
XPI_DISTNAME= errorzilla_mod
|
|
XPI_ID= ErrorZillaMod@jaybaldwin
|
|
XPI_FILES= chrome/errorzillamod.jar chrome.manifest install.rdf license.txt
|
|
XPI_DIRS= chrome
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|