summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-02-29 17:44:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-02-29 17:44:31 +0000
commit501a46affb20121705ec1477488fc2c62e32db28 (patch)
tree86a79bb483f37ed96ebc0dacbf7b82f64d501bbe /www/firefox/Makefile
parentc1beb9fb915d12dfa07a3ddd57ea5a09e77cd019 (diff)
downloadpkgsrc-501a46affb20121705ec1477488fc2c62e32db28.tar.gz
Initial import of firefox-0.8, provided by Kouichirou Hiratsuka
in PR pkg/24603. Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is small, fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
new file mode 100644
index 00000000000..b92adecc94f
--- /dev/null
+++ b/www/firefox/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/29 17:44:32 xtraeme Exp $
+
+MOZILLA= firefox
+MOZILLA_BIN= firefox-bin
+MOZ_VER= 0.8
+EXTRACT_SUFX= .tar.bz2
+DISTNAME= ${MOZILLA}-source-${MOZ_VER}
+MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \
+ ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \
+ http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ \
+ ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/
+
+HOMEPAGE= http://www.mozilla.org/projects/firefox/
+COMMENT= Lightweight gecko-based web browser
+
+CONFIGURE_ENV+= MOZ_PHOENIX=1
+MAKE_ENV+= MOZ_PHOENIX=1
+
+CONFIGURE_ARGS+= --disable-mailnews
+CONFIGURE_ARGS+= --disable-composer
+CONFIGURE_ARGS+= --enable-extensions=default,-irc
+
+BUILD_MATHML= # defined
+
+.include "../../www/mozilla/Makefile.common"