diff options
author | grant <grant> | 2004-03-05 14:48:08 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-05 14:48:08 +0000 |
commit | a20dcaadb6097175a9fca017f9a3590a2816e4ec (patch) | |
tree | 72d2430d8e9cfcba72227198d3f6b34edbf8c180 | |
parent | 9f144b18256ec7ef808a0a3f96a463c57b07402f (diff) | |
download | pkgsrc-a20dcaadb6097175a9fca017f9a3590a2816e4ec.tar.gz |
add Solaris/sparc build
-rw-r--r-- | www/firefox-gtk2-bin/Makefile | 3 | ||||
-rw-r--r-- | www/firefox-gtk2-bin/Makefile.SunOS.sparc | 5 | ||||
-rw-r--r-- | www/firefox-gtk2-bin/distinfo | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/www/firefox-gtk2-bin/Makefile b/www/firefox-gtk2-bin/Makefile index 0255e103c70..e7d79365581 100644 --- a/www/firefox-gtk2-bin/Makefile +++ b/www/firefox-gtk2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/05 14:06:27 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/05 14:48:08 grant Exp $ MOZILLA= firefox MOZ_VER= 0.8 @@ -9,5 +9,6 @@ COMMENT= Lightweight gecko-based web browser (gtk2 binary pkg) MOZ_GTK2= YES ONLY_FOR_PLATFORM+= Linux-*-i386 +ONLY_FOR_PLATFORM+= SunOS-5.[89]*-sparc .include "../../www/mozilla-bin/Makefile.common" diff --git a/www/firefox-gtk2-bin/Makefile.SunOS.sparc b/www/firefox-gtk2-bin/Makefile.SunOS.sparc new file mode 100644 index 00000000000..e424cc190e8 --- /dev/null +++ b/www/firefox-gtk2-bin/Makefile.SunOS.sparc @@ -0,0 +1,5 @@ +# $NetBSD: Makefile.SunOS.sparc,v 1.1 2004/03/05 14:48:08 grant Exp $ + +DISTNAME= ${MOZILLA}-${MOZ_VER}-sparc-sun-solaris2.8-gtk2 + +MOZ_PLATFORM= solaris diff --git a/www/firefox-gtk2-bin/distinfo b/www/firefox-gtk2-bin/distinfo index 095696ec279..40cf1070353 100644 --- a/www/firefox-gtk2-bin/distinfo +++ b/www/firefox-gtk2-bin/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/02/09 10:36:54 grant Exp $ +$NetBSD: distinfo,v 1.2 2004/03/05 14:48:08 grant Exp $ SHA1 (firefox-0.8-i686-linux-gtk2+xft.tar.gz) = 5b2f750fb40762c21cf803a360cd688868f59aad Size (firefox-0.8-i686-linux-gtk2+xft.tar.gz) = 7673647 bytes +SHA1 (firefox-0.8-sparc-sun-solaris2.8-gtk2.tar.gz) = 88731bc26a6cc01ab4767c1301390a987c570ea1 +Size (firefox-0.8-sparc-sun-solaris2.8-gtk2.tar.gz) = 13181736 bytes |