pkgsrc/mail/thunderbird-l10n/Makefile
ryoon 22bfc03d35 Update to 31.5.0
Changelog:
Fixed in Firefox/Thunderbird ESR 31.5

    2015-24 Reading of local files through manipulation of form autocomplete
    2015-19 Out-of-bounds read and write while rendering SVG content
    2015-16 Use-after-free in IndexedDB
    2015-12 Invoking Mozilla updater will load locally stored DLL files
    2015-11 Miscellaneous memory safety hazards (rv:36.0 / rv:31.5)
2015-03-06 22:27:22 +00:00

32 lines
998 B
Makefile

# $NetBSD: Makefile,v 1.34 2015/03/06 22:27:23 ryoon Exp $
#
TB_VER= 31.5.0
PKGNAME= thunderbird-l10n-${TB_VER}
DISTNAME= # empty
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/linux-i686/xpi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/
COMMENT= Language packs for mail/thunderbird
DIST_SUBDIR= ${PKGNAME_NOREV}
DISTFILES= ${XPI_FILES}
NO_BUILD= yes
TB_LOCALES= ar be bn-BD br ca cs \
da de el en-GB en-US es-AR es-ES et \
eu fi fr fy-NL ga-IE he \
hu id is it ja ko \
lt nb-NO nl nn-NO \
pt-BR pt-PT rm ru si sk \
sl sq sv-SE ta-LK tr uk vi \
zh-CN zh-TW
EXTENSIONS_DIR= ${PREFIX}/lib/thunderbird/extensions
XPI_FILES= ${TB_LOCALES:=.xpi}
.include "../../www/firefox31/xpi.mk"
.include "../../mk/bsd.pkg.mk"