This is an old revision of the document!
DragonFly BSD
dvd_info
dvd_info builds out of the box once the dependencies are installed.
Install libdvdread and libdvdcss:
pkg install libdvdread libdvdcss
It not already installed, you will need automake and autoconf:
pkg install autoconf automake
Download the source code from github, and build:
autoreconf -fi ./configure make