freebsd-ports/www/xpi-errorzilla/Makefile
Andrew Pantyukhin c82e84ead8 Add port www/xpi-errorzilla:
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>
2006-11-02 21:42:09 +00:00

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>