aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-flashblock/Makefile
blob: 56e2151c1b261ea7bc5390c06089b7a47f6c8d26 (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
# Created by: Simon Olofsson
# $FreeBSD$

PORTNAME=   flashblock
PORTVERSION=    1.5.17
DISTVERSIONSUFFIX=  -fx
CATEGORIES= www

MAINTAINER= bar@FreeBSD.org
COMMENT=    Replaces Flash objects with a button you can click to view them

USE_XPI=    *firefox*

XPI_ID=     {3d7eb24f-2740-49df-8937-200b1cc08f8a}
XPI_NUM=    433

NO_STAGE=   yes
post-patch:
    @${REINPLACE_CMD} -e 's|<em:maxVersion>8\.0<|<em:maxVersion>99.*<|' \
        ${WRKSRC}/install.rdf

pre-install:
    @${RM} -f ${WRKSRC}/install.rdf.bak

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>