summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authortnn <tnn>2009-09-22 13:17:27 +0000
committertnn <tnn>2009-09-22 13:17:27 +0000
commitb502c712a694dade64e36d6c979624de1977a077 (patch)
tree56a0026ba38ad0efb9e0d039dac70d238f4b0348 /www/firefox
parente696ba85960766378f0b593f4252a77173b9fce2 (diff)
downloadpkgsrc-b502c712a694dade64e36d6c979624de1977a077.tar.gz
Send firefox3 on it's way to the happy hunting ground.
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile-firefox.common32
1 files changed, 0 insertions, 32 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
deleted file mode 100644
index 583a7fd910a..00000000000
--- a/www/firefox/Makefile-firefox.common
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile-firefox.common,v 1.66 2009/08/05 02:49:19 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"