diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-01 19:20:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-01 19:20:33 +0000 |
commit | 533b9c3e745ddf158ca960cddb3360fae5b5318e (patch) | |
tree | 67a34d66a81971c5f19c5ca111219a8cece681fc /www | |
parent | edb570ec476ecd1e860e63ebdb544202ce242b54 (diff) | |
download | pkgsrc-533b9c3e745ddf158ca960cddb3360fae5b5318e.tar.gz |
Initial import of java plugin package for firefox-gtk2-bin.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2-bin-java/DESCR | 2 | ||||
-rw-r--r-- | www/firefox-gtk2-bin-java/Makefile | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox-gtk2-bin-java/DESCR b/www/firefox-gtk2-bin-java/DESCR new file mode 100644 index 00000000000..992766fea46 --- /dev/null +++ b/www/firefox-gtk2-bin-java/DESCR @@ -0,0 +1,2 @@ +This package package provides Sun Java Run Time Environment (JRE) +plugin for the firefox-gtk2-bin package. diff --git a/www/firefox-gtk2-bin-java/Makefile b/www/firefox-gtk2-bin-java/Makefile new file mode 100644 index 00000000000..3ec10144e9b --- /dev/null +++ b/www/firefox-gtk2-bin-java/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/01 19:20:33 wiz Exp $ +.include "../firefox-bin-java/Makefile.common" + +COMMENT= Java Run Time Environment (JRE) 1.4 plugin for firefox-gtk2-bin + +DEPENDS+= firefox-gtk2-bin>=0.8:../../www/firefox-bin + +MOZ_NAME= firefox-gtk2-linux + +.include "../../mk/bsd.pkg.mk" |