8756384c76
Security fixes in this version: MFSA 2008-20 Crash in JavaScript garbage collector For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.14/releasenotes/
17 lines
440 B
Makefile
17 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.42 2008/04/17 07:39:20 ghen Exp $
|
|
|
|
MOZILLA= firefox
|
|
MOZ_VER= 2.0.0.14
|
|
MOZ_DISTVER= ${MOZ_VER}
|
|
|
|
HOMEPAGE= http://www.mozilla.com/en-US/firefox/
|
|
COMMENT= Lightweight gecko-based web browser (binary package)
|
|
|
|
DIST_SUBDIR= ${MOZILLA}/releases/${MOZ_DIR}
|
|
|
|
EMUL_PLATFORMS= linux-i386
|
|
EMUL_PLATFORMS+= solaris-i386 solaris-sparc
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../www/seamonkey-bin/Makefile.common"
|