blob: dffaa9379cb7ff4e10d14cd55668aa6334d3d167 (
plain)
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
|
# Created by: Barbara Guida <bar@FreeBSD.org>
# $FreeBSD$
PORTNAME= server_spy
PORTVERSION= 0.2.3
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= bar@FreeBSD.org
COMMENT= Indicates what brand of HTTP server runs on the visited site
USE_XPI= *firefox*
XPI_ID= ServerSpy@jacquet.eu.org
XPI_NUM= 2036
post-patch:
@${REINPLACE_CMD} -e 's|<em:maxVersion>22\.\*<|<em:maxVersion>99.*<|' \
${WRKSRC}/install.rdf
pre-install:
@${RM} -f ${WRKSRC}/install.rdf.bak
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|