freebsd-ports/www/xpi-imglikeopera/Makefile
Andrew Pantyukhin 6db79065a4 Add port www/xpi-imglikeopera:
ImgLikeOpera allows load only the images that you want in Firefox browser.
This extension is very useful for non broadband users.

Features:

 * placeholders for blocked images (hi, LJ treads!);
 * (re)load image from context menu or Ctrl+rightMouseClick;
 * forced expiration time (5 minutes - 3 months);
 * one of four policies for each tab:
   o don't load images;
   o load cached images only;
   o load images for the originating Web site only;
   o load all images.
 * filters.

WWW: http://imglikeopera.mozdev.org

PR:		ports/97789
Submitted by:	Alexander V. Ribchansky <triosoft@triosoft.com.ua>
2006-06-27 09:52:33 +00:00

21 lines
512 B
Makefile

# New ports collection makefile for: xpi-imglikeopera
# Date created: 24 May 2006
# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
#
# $FreeBSD$
#
PORTNAME= imglikeopera
PORTVERSION= 0.6.12
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= triosoft@triosoft.com.ua
COMMENT= Load only the images that you want in Firefox
XPI_ID= imglikeopera@imfo.ru
USE_XPI= *firefox*
.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>