8e3ba9eb7a
* Sync with thunderbird-17.0.5.
32 lines
1,007 B
Makefile
32 lines
1,007 B
Makefile
# $NetBSD: Makefile,v 1.19 2013/04/09 21:15:17 ryoon Exp $
|
|
#
|
|
|
|
TB_VER= 17.0.5
|
|
PKGNAME= thunderbird-l10n-${TB_VER}
|
|
DISTNAME= # empty
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/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 "../../devel/xulrunner/xpi.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|