1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/xpi-imagezoom/Makefile
Andrew Pantyukhin fce2a2695d Add port www/xpi-imagezoom:
Image zoom gives you complete control of the size of most images displayed in
mozilla based software. Both individual images or whole pages of images can be
zoomed.

WWW: http://imagezoom.yellowgorilla.net/

russian/xpi-imagezoom is obsolete now that www/xpi-imagezoom comes with russian
locale bundled.

PR:		ports/101584
Submitted by:	Alexander V. Ribchansky <triosoft@triosoft.com.ua>
2006-08-09 10:54:42 +00:00

25 lines
695 B
Makefile

# New ports collection makefile for: xpi-imagezoom
# Date created: 23 May 2006
# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
#
# $FreeBSD$
#
PORTNAME= imagezoom
PORTVERSION= 0.2.7
CATEGORIES= www
MASTER_SITES= http://imagezoom.yellowgorilla.net/ CSME
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= triosoft@triosoft.com.ua
COMMENT= Zoom images
CONFLICTS= xpi-imagezoom-ru-[0-9]*
XPI_ID= {1A2D0EC4-75F5-4c91-89C4-3656F6E44B68}
XPI_FILES= chrome/imagezoom.jar defaults/preferences/imagezoom-defaults.js \
gpl.txt chrome.manifest install.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>