2d171b37e2
MFSA 2006-67 Running Script can be recompiled MFSA 2006-66 RSA signature forgery (variant) MFSA 2006-65 Crashes with evidence of memory corruption (rv:1.8.0.8) For more info, see http://www.mozilla.com/en-US/firefox/releases/1.5.0.8.html
16 lines
401 B
Makefile
16 lines
401 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/11/08 09:50:15 ghen Exp $
|
|
|
|
MOZILLA= firefox
|
|
MOZ_VER= 1.5.0.8
|
|
MOZ_DISTVER= ${MOZ_VER}
|
|
|
|
HOMEPAGE= http://www.mozilla.com/firefox/
|
|
COMMENT= Lightweight gecko-based web browser (binary package)
|
|
|
|
DIST_SUBDIR= ${MOZILLA}/${MOZ_DISTDIR}
|
|
# binary package is built against GTK2
|
|
MOZ_GTK2= YES
|
|
|
|
ONLY_FOR_PLATFORM+= Linux-*-i386
|
|
|
|
.include "../../www/seamonkey-bin/Makefile.common"
|