* Universal Binary support for Mac OS X which provides native support for Macintosh with Intel Core processors. Firefox supports the enhancements to performance introduced by the new MacIntel chipsets. * Improvements to product stability. * Several security fixes.
17 lines
418 B
Makefile
17 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/04/14 14:06:56 xtraeme Exp $
|
|
|
|
MOZILLA= firefox
|
|
#PKGREVISION= 1
|
|
MOZ_VER= 1.5.0.2
|
|
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/mozilla-bin/Makefile.common"
|