summaryrefslogtreecommitdiff
path: root/www/flashpluginwrapper/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-11-13 19:35:14 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-11-13 19:35:14 +0000
commit9e8d00728d81f15cb5c2df24ce7a3639b26d587d (patch)
tree67bc8cf5f09570e75fc8d43004efc7c0404befb2 /www/flashpluginwrapper/files
parentNew port minivmac version 0.1.7: A miniature Macintosh emulator (diff)
Add flashpluginwrapper 0.20021113, a wrapper allowing use of
linux-flashplugin with native mozilla.
Notes
Notes: svn path=/head/; revision=70055
Diffstat (limited to 'www/flashpluginwrapper/files')
-rw-r--r--www/flashpluginwrapper/files/pkg-message.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/flashpluginwrapper/files/pkg-message.in b/www/flashpluginwrapper/files/pkg-message.in
new file mode 100644
index 000000000000..1e8e666ca9a2
--- /dev/null
+++ b/www/flashpluginwrapper/files/pkg-message.in
@@ -0,0 +1,19 @@
+To use the flash plugin wrapper, you first need to copy the linux flash
+plugin into your mozilla directory:
+
+# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \
+ %%X11BASE%%/lib/mozilla/plugins/libflashplayer_linux.so
+# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \
+ %%X11BASE%%/lib/mozilla/plugins/
+
+(Note, if you are using mozilla-devel, the destination directories will be
+different)
+
+Next, change the Mozilla startup script, %%X11BASE%%/bin/mozilla
+to have:
+
+LD_PRELOAD=%%PREFIX%%/lib/libflashplayer.so.1
+export LD_PRELOAD
+
+at the top of it (but after #!/bin/sh). Now start mozilla and go to
+'about:plugins' and the flash plugin is enabled!