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.
20 lines
477 B
Makefile
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"
|