Currently it's not possible to install encfs on OS X 10.9 using MacPorts (not without manually changing the portfile at least). You can try Brew, although I don't use it.
Here's how I installed it:
-
Do
sudo port install encfs
. This will fail in the last step, and it's ok – the point is to haveport
install the dependencies for you -
Check out the latest stable version of encfs:
svn co http://encfs.googlecode.com/svn/branches/1.x encfs-1.x
-
Change to
encfs-1.x
, run: