mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
7950fb5b4a
o Fix many typos. [1] o Add support is_enabled_lpw, confirms that Linux Plugin Wrapper is enabled like following test. $ is_enabled_lpw /usr/X11R6/lib/browser_linux_plugins/*.so | grep "not found" $ echo $? 1 This is for information to mozilla and related browsers, to use /usr/X11R6/lib/browser_linux_plugins or not. [2] Pointed out by: many people [1] Suggested by: mezz [2]
29 lines
1.6 KiB
Plaintext
29 lines
1.6 KiB
Plaintext
sbin/is_enabled_lpw
|
|
lib/pluginwrapper/flash6.so
|
|
lib/pluginwrapper/flash7.so
|
|
lib/pluginwrapper/acrobat.so
|
|
lib/pluginwrapper/jai.so
|
|
lib/pluginwrapper/java3d.so
|
|
lib/pluginwrapper/java3d_snd.so
|
|
lib/pluginwrapper/pips.so
|
|
lib/pluginwrapper/oci8.so
|
|
lib/pluginwrapper/realplayer.so
|
|
%%EXAMPLESDIR%%/libmap.conf-FreeBSD6
|
|
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-stable
|
|
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-current
|
|
%%EXAMPLESDIR%%/libmap.conf-FreeBSD4.x
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_linux_plugins/nppdf.so
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_linux_plugins/flashplayer.xpt
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_linux_plugins/libflashplayer.so
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_linux_plugins/nphelix.so
|
|
@unexec /bin/rm -f %%X11BASE%%/lib/browser_linux_plugins/nphelix.xpt
|
|
@unexec /bin/rmdir %%X11BASE%%/lib/browser_linux_plugins 2>/dev/null || true
|
|
@exec /bin/mkdir -p %%X11BASE%%/lib/browser_linux_plugins 2>/dev/null || true
|
|
@exec /bin/ln -sf %%LINUXBASE%%/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so %%X11BASE%%/lib/browser_linux_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_linux_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_linux_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.so %%X11BASE%%/lib/browser_linux_plugins/
|
|
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-mozilla/plugins/nphelix.xpt %%X11BASE%%/lib/browser_linux_plugins/
|
|
@dirrm lib/pluginwrapper
|
|
@dirrm %%EXAMPLESDIR%%
|