mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
15b6544926
plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr
42 lines
1.8 KiB
Plaintext
42 lines
1.8 KiB
Plaintext
@unexec if cmp -s %D/etc/mplayerplug-in.conf %D/etc/mplayerplug-in.conf.dist; then rm -f %D/etc/mplayerplug-in.conf; fi
|
|
etc/mplayerplug-in.conf.dist
|
|
@unexec if cmp -s %D/etc/mplayerplug-in.types %D/etc/mplayerplug-in.types.dist; then rm -f %D/etc/mplayerplug-in.types; fi
|
|
etc/mplayerplug-in.types.dist
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-dvx.so
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-dvx.xpt
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-gmp.so
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-gmp.xpt
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-qt.so
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-qt.xpt
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-rm.so
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-rm.xpt
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-wmp.so
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in-wmp.xpt
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in.so
|
|
%%WEBPLUGINS_DIR%%/mplayerplug-in.xpt
|
|
share/locale/cs/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/da/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/de/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/en_US/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/es/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/fr/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/hu/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/it/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/ja/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/ko/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/nb/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/nl/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/pl/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/pt_BR/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/ru/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/se/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/sk/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/tr/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/wa/LC_MESSAGES/mplayerplug-in.mo
|
|
share/locale/zh_CN/LC_MESSAGES/mplayerplug-in.mo
|
|
@dirrmtry %%WEBPLUGINS_DIR%%
|
|
@dirrmtry share/locale/se/LC_MESSAGES
|
|
@dirrmtry share/locale/se
|
|
@dirrmtry share/locale/en_US/LC_MESSAGES
|
|
@dirrmtry share/locale/en_US
|