1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/xpi-flashblock/Makefile
Sylvio Cesar Teixeira b191281e26 - Update to 1.5.13
PR:		ports/145046
Submitted by:	Barbara <barbara.xxx1975@libero.it>
Approved by:	maintainer, itetcu (mentor)
2010-04-03 00:31:42 +00:00

23 lines
582 B
Makefile

# New ports collection makefile for: flashblock
# Date created: 14 May 2006
# Whom: Simon Olofsson
#
# $FreeBSD$
#
PORTNAME= flashblock
PORTVERSION= 1.5.13
DISTVERSIONSUFFIX= -fx
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_NUM= 433
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>