blob: 5a4f6a45bca05edea3321c79321311597cdd0a07 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# New ports collection makefile for: xpi-errorzilla
# Date created: 02 Nov 2006
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
#
# $FreeBSD$
#
PORTNAME= errorzilla
PORTVERSION= 0.39
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Useful error pages
XPI_DISTNAME= errorzilla_mod
XPI_NUM= 3336
XPI_ID= ErrorZillaMod@jaybaldwin
XPI_FILES= chrome/content/about.xul \
chrome/content/contents.rdf \
chrome/content/images/firefox_logo1.gif \
chrome/content/images/firefox_logo2.gif \
chrome/content/lib.js \
chrome/content/netError.css \
chrome/content/netError.js \
chrome/content/netError.xhtml \
chrome/content/overlay.xul \
chrome/content/ping.txt \
chrome/content/prefs.js \
chrome/content/redirectToPing.xhtml \
chrome/locale/en-US/about.dtd \
chrome/locale/en-US/contents.rdf \
chrome/skin/classic/about.css \
chrome/skin/classic/contents.rdf \
chrome/skin/classic/errorzillamod.png \
chrome.manifest \
defaults/preferences/prefs.js \
install.rdf
XPI_DIRS= chrome/content/images \
chrome/content \
chrome/locale/en-US \
chrome/locale \
chrome/skin/classic \
chrome/skin \
chrome \
defaults/preferences \
defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|