I can't seem to find the correct syntax to install ffmpeg from ports with the lame option in a batch script.
Hopefully someone knows this off the top of their head <G>.
iocage exec ${JAIL_NAME} make -C /usr/ports/multimedia/ffmpeg install WITH_lame=yes BATCH=yes
doesn't work. iocage exec ${JAIL_NAME} make -C /usr/ports/multimedia/ffmpeg clean install BATCH=yes
will install it with all the default options, without user input but lame is not enabled.Hopefully someone knows this off the top of their head <G>.