1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/xpi-flashblock/Makefile
Andrew Pantyukhin f5ae687d97 Add xpi-flashblock:
Replaces Flash objects with a button you can click to view them

PR:		ports/97255
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	krion (mentor)
2006-05-14 20:38:18 +00:00

22 lines
571 B
Makefile

# New ports collection makefile for: flashblock
# Date created: 14 May 2006
# Whom: Simon Olofsson
#
# $FreeBSD$
#
PORTNAME= flashblock
PORTVERSION= 1.5.1
DISTVERSIONSUFFIX= -fx+fl
CATEGORIES= www
MAINTAINER= simon@olofsson.de
COMMENT= Replaces Flash objects with a button you can click to view them
XPI_ID= {3d7eb24f-2740-49df-8937-200b1cc08f8a}
XPI_FILES= chrome/flashblock.jar chrome.manifest defaults/preferences/flashblock.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>