Portfile

# $Id: Portfile 22805 2007-03-15 00:08:23Z eridius@macports.org $

PortSystem 1.0

name encfs
version 1.3.2
categories fuse
platforms darwin
maintainers eridius@macports.org
description An encrypted pass-through FUSE filesystem

long_description EncFS is an encrypted pass-through filesystem which \
runs in userspace, using the FUSE kernel module. \
Similar in design to CFS and other pass-through \
filesystems, all data is encrypted and stored in the \
underlying filesystem. Unlike loopback filesystems, \
there is no predetermined or pre-allocated filesystem size.

homepage http://arg0.net/encfs

distname ${name}-${version}-1
master_sites http://arg0.net/vgough/download
extract.suffix .tgz
worksrcdir ${name}-${version}
checksums md5 71482dbe0e158ee9ba522ae637337230 \
sha1 6b200c9f7e0118e974384a5daa6c9b3301df076e

depends_lib port:rlog port:openssl port:libfuse port:pkgconfig port:gettext

platform darwin {
depends_run port:fusefs
patchfiles patch-config.h patch-encfs.cpp
}

configure.env CPPFLAGS="-D__FreeBSD__=10" LDFLAGS="-L${prefix}/lib"

files