mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +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
62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
bin/dumpshm
|
|
bin/flvdumper
|
|
bin/gnash
|
|
bin/gprocessor
|
|
bin/soldumper
|
|
%%GTK%%bin/gtk-gnash
|
|
%%KDE%%bin/kde-gnash
|
|
%%CYGNAL%%bin/cygnal
|
|
%%FFPLUGIN%%%%WEBPLUGINS_DIR%%/libgnashplugin.so
|
|
%%KONQPLUGIN%%share/apps/klash/pluginsinfo
|
|
%%KONQPLUGIN%%share/apps/klash/klashpartui.rc
|
|
%%KONQPLUGIN%%share/services/klash_part.desktop
|
|
%%KONQPLUGIN%%lib/kde3/libklashpart.so
|
|
%%KONQPLUGIN%%lib/kde3/libklashpart.la
|
|
@unexec if cmp -s %D/etc/gnashpluginrc.dist %D/etc/gnashpluginrc; then rm -f %D/etc/gnashpluginrc; fi
|
|
etc/gnashpluginrc.dist
|
|
@exec if [ ! -f %B/gnashpluginrc ]; then cp -p %D/%F %B/gnashpluginrc; fi
|
|
@unexec if cmp -s %D/etc/gnashrc.dist %D/etc/gnashrc; then rm -f %D/etc/gnashrc; fi
|
|
etc/gnashrc.dist
|
|
@exec if [ ! -f %B/gnashrc ]; then cp -p %D/%F %B/gnashrc; fi
|
|
lib/gnash/libgnashamf-%%GNASHVER%%.so
|
|
lib/gnash/libgnashamf.la
|
|
lib/gnash/libgnashamf.so
|
|
lib/gnash/libgnashbase-%%GNASHVER%%.so
|
|
lib/gnash/libgnashbase.la
|
|
lib/gnash/libgnashbase.so
|
|
lib/gnash/libgnashcore-%%GNASHVER%%.so
|
|
lib/gnash/libgnashcore.la
|
|
lib/gnash/libgnashcore.so
|
|
lib/gnash/libgnashmedia-%%GNASHVER%%.so
|
|
lib/gnash/libgnashmedia.la
|
|
lib/gnash/libgnashmedia.so
|
|
lib/gnash/libgnashnet.la
|
|
lib/gnash/libgnashnet.so
|
|
lib/gnash/libgnashnet.so.0
|
|
lib/gnash/libgnashsound-%%GNASHVER%%.so
|
|
lib/gnash/libgnashsound.la
|
|
lib/gnash/libgnashsound.so
|
|
%%GTK%%lib/gnash/libmozsdk.la
|
|
%%GTK%%lib/gnash/libmozsdk.so
|
|
%%GTK%%lib/gnash/libmozsdk.so.0
|
|
%%DOCSDIR%%/gnashuser.html
|
|
%%DOCSDIR%%/images/car_crash.png
|
|
%%DOCSDIR%%/images/rtmp.png
|
|
%%DOCSDIR%%/gnashref.html
|
|
%%DATADIR%%/GnashG.png
|
|
%%DATADIR%%/gnash_128_96.ico
|
|
share/locale/cs/LC_MESSAGES/gnash.mo
|
|
share/locale/de/LC_MESSAGES/gnash.mo
|
|
share/locale/es/LC_MESSAGES/gnash.mo
|
|
share/locale/fi/LC_MESSAGES/gnash.mo
|
|
share/locale/fr/LC_MESSAGES/gnash.mo
|
|
share/locale/it/LC_MESSAGES/gnash.mo
|
|
share/locale/ja/LC_MESSAGES/gnash.mo
|
|
share/locale/sv/LC_MESSAGES/gnash.mo
|
|
@dirrm %%DATADIR%%
|
|
@dirrm %%DOCSDIR%%/images
|
|
@dirrm %%DOCSDIR%%
|
|
@dirrm lib/gnash
|
|
%%KONQPLUGIN%%@dirrm share/apps/klash
|
|
%%FFPLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%%
|