pkgsrc/www/firefox-bin/Makefile
xtraeme 85a1b0ae10 Update to 1.5.0.2:
* 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.
2006-04-14 14:06:56 +00:00

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"