freebsd-ports/www/xpi-errorzilla/Makefile
Andrew Pantyukhin 64e8108c5f - Add XPI_NUM to make fetchable
- Provide new mirrors where needed

Approved by:	portmgr (pav), chinsan (maintainer),
		Lapo Luchini <lapo@lapo.it> (maintainer, implicit),
		Simon Olofsson <simon@olofsson.de> (maintainer, implicit),
		Steven Kreuzer <skreuzer@f2o.org> (maintainer, implicit)
2007-11-07 16:52:22 +00:00

23 lines
532 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@exit2shell.com
COMMENT= Useful error pages
XPI_DISTNAME= errorzilla_mod
XPI_NUM= 3336
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>