1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/xpi-errorzilla/Makefile
Steven Kreuzer 58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00

24 lines
603 B
Makefile

# New ports collection makefile for: xpi-errorzilla
# Date created: 02 Nov 2006
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
#
# $FreeBSD$
#
PORTNAME= errorzilla
PORTVERSION= 0.34
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Useful error pages
XPI_DISTNAME= errorzilla_mod
XPI_NUM= 3336
XPI_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
XPI_FILES=chrome/errorzillamod.jar chrome.manifest defaults/preferences/prefs.js install.js install.rdf
XPI_DIRS=chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>