mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
2d76ba4054
The default UI for Firefox and Thunderbird does not provide an easy way to switch between multiple installed language packs for the application, because ordinary users aren't expected to install multiple language packs However, some developers or users who speak multiple languages may wish to install language packs and easily switch between multiple languages. The locale-switcher extension provides simple menu to switch between languages. The extension adds a "Languages" item on the "Tools" menu under the existing Extensions/Themes options, allowing the user can select a language. WWW: http://benjamin.smedbergs.us/switch-locales/ PR: ports/97611 (based on) Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua> Approved by: krion (mentor)
24 lines
686 B
Makefile
24 lines
686 B
Makefile
# New ports collection makefile for: xpi-locale-switcher
|
|
# Date created: 21 May 2006
|
|
# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= locale-switcher
|
|
PORTVERSION= 1.5.1
|
|
DISTVERSIONSUFFIX= -fx+tb
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= triosoft@triosoft.com.ua
|
|
COMMENT= Provides a convenient menu item to switch between installed languages
|
|
|
|
XPI_DISTNAME= locale_switcher
|
|
XPI_ID= {338e0b96-2285-4424-b4c8-e25560750fa3}
|
|
XPI_FILES= chrome/content/switch-tbird.xul chrome/content/switch.js \
|
|
chrome/content/switch.xul chrome.manifest install.rdf
|
|
XPI_DIRS= chrome/content chrome
|
|
|
|
.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|