pkgsrc/www/seamonkey-l10n/Makefile
tnn cb4e0351e0 Security and stability update of seamonkey to 2.0.14.
MFSA 2011-18 XSLT generate-id() function heap address leak
MFSA 2011-16 Directory traversal in resource: protocol
MFSA 2011-15 Escalation of privilege through Java Embedding Plugin
MFSA 2011-14 Information stealing via form history
MFSA 2011-13 Multiple dangling pointer vulnerabilities
MFSA 2011-12 Miscellaneous memory safety hazards (rv:2.0.1/ 1.9.2.17/ 1.9.1.19)
MFSA 2011-11 Update to HTTPS certificate blacklist
2011-05-03 12:15:17 +00:00

29 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/05/03 12:15:18 tnn Exp $
#
SM_VER= 2.0.14
PKGNAME= seamonkey-l10n-${SM_VER}
DISTNAME= # empty
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/langpack/}
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.seamonkey-project.org/
COMMENT= Language packs for www/seamonkey
PKG_DESTDIR_SUPPORT= user-destdir
DIST_SUBDIR= ${PKGNAME_NOREV}
DISTFILES= ${XPI_FILES}
NO_BUILD= yes
SM_LOCALES= be ca cs de es-AR es-ES fr gl hu it \
ja ka lt nb-NO nl pl pt-PT ru sk sv-SE \
tr
EXTENSIONS_DIR= ${PREFIX}/lib/seamonkey/extensions
XPI_FILES= ${SM_LOCALES:C/.*/seamonkey-${SM_VER}.&.langpack.xpi/}
.include "../../devel/xulrunner/xpi.mk"
.include "../../mk/bsd.pkg.mk"