diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-05 02:48:55 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-05 02:48:55 +0000 |
commit | 3a6ce6fd8349fee22944079e33e96ecb3aa876e7 (patch) | |
tree | 92e56f562d434b13a66966f76de11b158f80ae02 /www | |
parent | c0e619496a30d7a4d2fb00d7a012caae58e31a43 (diff) | |
download | pkgsrc-3a6ce6fd8349fee22944079e33e96ecb3aa876e7.tar.gz |
resurrect file still needed by www/firefox3
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile-firefox.common | 32 |
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" |