summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2004-08-10 14:28:14 +0000
committertaya <taya@pkgsrc.org>2004-08-10 14:28:14 +0000
commit44b15372526aedfa913642335e31f9b4b0d1a29d (patch)
tree75818ba0102cdd0f04ca11ed73a43998edba3108 /www
parentaece6019729903271cb8e2bce1133186babd2e95 (diff)
downloadpkgsrc-44b15372526aedfa913642335e31f9b4b0d1a29d.tar.gz
forgot to add at privous commit
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile-firefox.common34
1 files changed, 34 insertions, 0 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
new file mode 100644
index 00000000000..e078429dfc8
--- /dev/null
+++ b/www/firefox/Makefile-firefox.common
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile-firefox.common,v 1.1 2004/08/10 14:28:14 taya Exp $
+
+MOZILLA_BIN= firefox-bin
+MOZ_VER= 0.9.3
+EXTRACT_SUFX= .tar.bz2
+
+DISTNAME= firefox-${MOZ_VER}-source
+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/
+
+DISTINFO_FILE= ${.CURDIR}/../../www/firefox/distinfo
+PATCHDIR= ${.CURDIR}/../../www/firefox/patches
+
+CONFIGURE_ENV+= MOZ_PHOENIX=1
+MAKE_ENV+= MOZ_PHOENIX=1
+
+CONFIGURE_ARGS+= --disable-mailnews
+CONFIGURE_ARGS+= --disable-composer
+CONFIGURE_ARGS+= --enable-extensions=default,-irc
+
+USE_GCC_SHLIB= yes
+BUILD_MATHML= # defined
+
+pre-install:
+ ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \
+ ${WRKSRC}/dist/bin
+ ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \
+ ${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt
+
+.include "../../www/mozilla/Makefile.common"