88de5cdc1f
Firefox 2.0.0.20 includes an additional security fix over Firefox 2.0.0.19 for users of the Windows platform. So no significant changes for Linux edition, but 2.0.0.19 is not available.
18 lines
472 B
Makefile
18 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.49 2009/06/06 14:08:38 obache Exp $
|
|
|
|
MOZILLA= firefox
|
|
MOZ_VER= 2.0.0.20
|
|
MOZ_DISTVER= ${MOZ_VER}
|
|
|
|
MAINTAINER= grant@NetBSD.org
|
|
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"
|