Mac OS Xと同じ。rootで

1
2
wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash

とやるか、もしくは

1
2
3
curl -L -O https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh
bash gitflow-installer.sh

とする。ちなみに 8.3-RELEASE は pkg_add -r git-flow では入らなかった。
参考