pkgsrc-wip/firefox2-bin/Makefile
Geert Hendrickx 1d2ec9da6b Update the Firefox 2.0 ("Bon Echo") packages to alpha3.
Changes include:

* Built in Anti-Phishing protection.
* Search suggestions now appear with search history in the search box for
  Google and Yahoo!
* Support for client-side session and persistent storage.
2006-06-01 16:01:38 +00:00

20 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/06/01 16:01:39 ghen Exp $
MOZILLA= firefox
MOZ_EXTRA= 2
ALPHA= alpha3
MOZ_VER= 2.0${ALPHA}
MOZ_DISTVER= ${MOZ_VER}
HOMEPAGE= http://www.mozilla.org/projects/bonecho/
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
WRKSRC= ${WRKDIR}/firefox
.include "../../www/mozilla-bin/Makefile.common"