HOW TO BUILD ON NETBSD:
------------------------------

1) Make sure you have the dependencies installed:
   pkgin install gmake pkg-config speex speexdsp libsndfile jansson jpeg-9d SDL2 pcre png minizip

2) Clone the git repository
 $ git clone https://github.com/ezQuake/ezquake-source.git

3) Switch to ezquake-source path
 cd ./ezquake-source/

4) Run the following (replace 5 with the number of cpu cores you have + 1)
 $ gmake -j5

5) Copy the built binary to your quake folder, on 64bit NetBSD
   the binary will be called:
   
   ezquake-netbsd-x86_64
