diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-20 20:19:11 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-20 20:19:11 +0000 |
commit | ded11d2b824814468cca14879d57b51970c87c53 (patch) | |
tree | 8389118aa58bb9531a52a0f1ff522cd5ab2b1a68 /russian/xpi-tabextensions/Makefile | |
parent | Add port russian/xpi-imagezoom: (diff) |
Add port russian/xpi-tabextensions:
Russian version of Tabbrowsing Extensions for Firefox.
This is an extension for extending operations of tabbed browsing, e.g., tabs
become re-ordable by drag and drop, show tabs like a tree, and so on.
PR: ports/97778
Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
Notes
Notes:
svn path=/head/; revision=168330
Diffstat (limited to '')
-rw-r--r-- | russian/xpi-tabextensions/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/russian/xpi-tabextensions/Makefile b/russian/xpi-tabextensions/Makefile new file mode 100644 index 000000000000..85ebfd010111 --- /dev/null +++ b/russian/xpi-tabextensions/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xpi-tabextensions-ru +# Date created: 24 May 2006 +# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua> +# +# $FreeBSD$ +# + +PORTNAME= tabextensions +PORTVERSION= 2.1.2006031301 +DISTVERSIONSUFFIX= ru-RU_en +CATEGORIES= russian www +MASTER_SITES= http://people.mozilla.ru/lautour/ +PKGNAMESUFFIX= -ru +DISTNAME= ${PORTNAME}_${PORTVERSION}-${DISTVERSIONSUFFIX} + +MAINTAINER= triosoft@triosoft.com.ua +COMMENT= Russian version of Tabbrowser Extensions that improves tabbed browsing + +CONFLICTS= xpi-tabextensions-[0-9]* + +USE_XPI= *firefox* +XPI_ID= {0B0B0DA8-08BA-4bc6-987C-6BC9F4D8A81E} +XPI_FILES= chrome/tabextensions.jar chrome.manifest install.js install.rdf \ + locale.inf options.inf +XPI_DIRS= chrome + +.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> |