BSD Operating Systems (FreeBSD, NetBSD, OpenBSD, Darwin etc.) has a ports system for easy package administration. VoIPong is a FreeBSD port, so you can install it from FreeBSD ports tree. VoIPong is located in /usr/ports/audio/voipong directory:
Change your current working directory to /usr/ports/audio/voipong and type:
# cd /usr/ports/audio/voipong # make install cleanFreeBSD will fetch the tarball, uncompress it, compile the sources and install VoIPong for you.
Alternatively, you can install VoIPong .tbz package with pkg_add (1) command:
# fetch \ ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/5.4-RELEASE/packages/audio/voipong-2.0.tbz # pkg_add voipong-2.0.tbz