NetBSD
Maintainer Needed
We need YOU to maintain this port of FreeSWITCH. Please contact one of the FreeSWITCH core developers on Freenode IRC channel #freeswitch or the freeswitch-users@lists.freeswitch.org mailing list to help them keep the code current for this operating system.
Introduction
This is part of the Installation documentation which you should review first. It provides notes unique to NetBSD. Tested on NetBSD 6.1.4 (amd64)
Installation
export PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/`uname -m`/`uname -r`/All/
pkg_add -v git automake autoconf libtool gmake jpeg pkg-config pcre speex openssl ncurses sqlite3 ldns
mkdir ~/src
cd ~/src
git clone https://stash.freeswitch.org/scm/fs/freeswitch.git
cd freeswitch.git
./bootstrap.sh -j
./configure -C
gmake
gmake install cd-sounds-install cd-moh-install