pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox resurrect file still needed by www/firefox3
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f38f79b38d2
branches: trunk
changeset: 396862:6f38f79b38d2
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Aug 05 02:48:55 2009 +0000
description:
resurrect file still needed by www/firefox3
diffstat:
www/firefox/Makefile-firefox.common | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r c2978736eccb -r 6f38f79b38d2 www/firefox/Makefile-firefox.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/Makefile-firefox.common Wed Aug 05 02:48:55 2009 +0000
@@ -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@localhost
+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"
Home |
Main Index |
Thread Index |
Old Index