2a4a6da190
* Sync with thunderbird17-17.0.11
32 lines
1,013 B
Makefile
32 lines
1,013 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/12/17 14:00:13 ryoon Exp $
|
|
#
|
|
|
|
TB_VER= 17.0.11
|
|
PKGNAME= thunderbird17-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/thunderbird17/extensions
|
|
XPI_FILES= ${TB_LOCALES:=.xpi}
|
|
|
|
.include "../../devel/xulrunner17/xpi.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|