Install XPDF in Mac/OS

How we can install XPDF via Mac Ports? Or if another methods for the installation of XPDF in the Mac/OS platform exists?


You can install it using homebrew too.

First you need to tap homebrew/x11:

$ brew tap homebrew/x11

Then you can easily install it with:

$ brew install xpdf

That might look too easy an answer :):

/usr/bin/sudo port install xpdf