pkgsrc/www/firefox36-l10n/Makefile
obache 87d7dd1017 Update firefox36 to 3.6.24.
Fixed in Firefox 3.6.24
MFSA 2011-49 Memory corruption while profiling using Firebug
MFSA 2011-47 Potential XSS against sites using Shift-JIS
MFSA 2011-46 loadSubScript unwraps XPCNativeWrapper scope parameter (1.9.2 branch)
Fixed in Firefox 3.6.23
MFSA 2011-40 Code installation through holding down Enter
MFSA 2011-39 Defense against multiple Location headers due to CRLF Injection
MFSA 2011-38 XSS via plugins and shadowed window.location object
MFSA 2011-37 Integer underflow when using JavaScript RegExp
MFSA 2011-36 Miscellaneous memory safety hazards (rv:7.0 / rv:1.9.2.23)
2011-12-19 06:26:55 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2011/12/19 06:26:55 obache Exp $
#
FIREFOX_VER= 3.6.24
PKGNAME= firefox36-l10n-${FIREFOX_VER}
DISTNAME= # empty
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/linux-i686/xpi/}
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.mozilla.com/en-US/firefox/
COMMENT= Language packs for www/firefox36
PKG_DESTDIR_SUPPORT= user-destdir
DIST_SUBDIR= ${PKGNAME_NOREV}
DISTFILES= ${XPI_FILES}
NO_BUILD= yes
FIREFOX_LOCALES= af ar as ast be bg bn-BD bn-IN ca cs cy \
da de el en-GB eo es-AR es-CL es-ES es-MX et \
eu fa fi fr fy-NL ga-IE gd gl gu-IN he hi-IN \
hr hu id is it ja ka kk kn ko \
ku lt lv mk ml mr nb-NO nl nn-NO oc \
or pa-IN pl pt-BR pt-PT rm ro ru si sk \
sl sq sr sv-SE ta-LK ta te th tr uk \
vi zh-CN zh-TW
EXTENSIONS_DIR= ${PREFIX}/lib/firefox36/extensions
XPI_FILES= ${FIREFOX_LOCALES:=.xpi}
# remove head of 3 empty lines
SUBST_CLASSES+= chop
SUBST_STAGE.chop= post-configure
SUBST_FILES.chop= ta-LK/install.rdf
SUBST_SED.chop= -e '1,3d'
.include "../../devel/xulrunner/xpi.mk"
.include "../../mk/bsd.pkg.mk"