summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authortnn <tnn>2009-08-05 02:48:55 +0000
committertnn <tnn>2009-08-05 02:48:55 +0000
commit7263fc02e3a5db1477bf1f17b694992614c5b994 (patch)
tree92e56f562d434b13a66966f76de11b158f80ae02 /www/firefox
parent4efdaa25f4ea8eab64071885aa68017d2c03af5f (diff)
downloadpkgsrc-7263fc02e3a5db1477bf1f17b694992614c5b994.tar.gz
resurrect file still needed by www/firefox3
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile-firefox.common32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
new file mode 100644
index 00000000000..7b01a2a366a
--- /dev/null
+++ b/www/firefox/Makefile-firefox.common
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile-firefox.common,v 1.65 2009/08/05 02:48:55 tnn Exp $
+# used by www/firefox3/Makefile
+
+XXX this file should go away.
+
+MOZILLA_BIN= firefox-bin
+MOZ_VER= 2.0.0.19
+EXTRACT_SUFX= .tar.bz2
+DISTNAME= firefox-${MOZ_VER}-source
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${MOZ_VER}/source/}
+
+MAINTAINER= taya@NetBSD.org
+HOMEPAGE= http://www.mozilla.com/en-US/firefox/
+
+DISTINFO_FILE= ${.CURDIR}/../../www/firefox/distinfo
+PATCHDIR= ${.CURDIR}/../../www/firefox/patches
+
+CONFIGURE_ARGS+= --enable-application=browser
+CONFIGURE_ARGS+= --without-gssapi
+CONFIGURE_ARGS+= --enable-canvas
+
+USE_LANGUAGES+= c++
+BUILD_SVG= # yes
+BUILD_MATHML= # yes
+
+MOZILLA_EXTENSIONS= default
+CONFIGURE_ARGS+= --enable-extensions=${MOZILLA_EXTENSIONS:Q}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../www/seamonkey/Makefile.common"