summaryrefslogtreecommitdiff
path: root/www/firefox-bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-bin/Makefile')
-rw-r--r--www/firefox-bin/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox-bin/Makefile b/www/firefox-bin/Makefile
new file mode 100644
index 00000000000..f4e5733a10a
--- /dev/null
+++ b/www/firefox-bin/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/09 10:29:41 grant Exp $
+
+MOZILLA= firefox
+
+HOMEPAGE= http://www.mozilla.org/projects/firefox/
+COMMENT= Lightweight gecko-based web browser (binary pkg)
+
+ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 NetBSD-*-i386
+
+.include "../../www/mozilla-bin/Makefile.common"