freebsd-ports/www/xpi-imagezoom/Makefile
Andrew Pantyukhin 627386f8ed - Update to 0.3
Approved by:	Alexander V. Ribchansky <triosoft@triosoft.com.ua>
		(maintainer, implicit)
2007-04-24 21:08:12 +00:00

24 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.3
CATEGORIES= www
MASTER_SITES= http://imagezoom.yellowgorilla.net/ CENKES
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>