| 1 | # $Id: Portfile 53181 2009-06-30 21:37:39Z macsforever2000@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name encfs |
|---|
| 6 | version 1.5 |
|---|
| 7 | revision 1 |
|---|
| 8 | categories fuse |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers eridius |
|---|
| 11 | description An encrypted pass-through FUSE filesystem |
|---|
| 12 | |
|---|
| 13 | long_description EncFS is an encrypted pass-through filesystem which \ |
|---|
| 14 | runs in userspace, using the FUSE kernel module. \ |
|---|
| 15 | Similar in design to CFS and other pass-through \ |
|---|
| 16 | filesystems, all data is encrypted and stored in the \ |
|---|
| 17 | underlying filesystem. Unlike loopback filesystems, \ |
|---|
| 18 | there is no predetermined or pre-allocated filesystem size. |
|---|
| 19 | |
|---|
| 20 | homepage http://www.arg0.net/encfs |
|---|
| 21 | |
|---|
| 22 | distname ${name}-${version}-2 |
|---|
| 23 | master_sites googlecode |
|---|
| 24 | extract.suffix .tgz |
|---|
| 25 | worksrcdir ${name}-${version} |
|---|
| 26 | checksums md5 b07008545545b4a57cf2bf65f08a14ad \ |
|---|
| 27 | sha1 7fe225855645d98a33bf9f5fe64ac508fdb75257 |
|---|
| 28 | |
|---|
| 29 | depends_lib path:bin/pkg-config:pkgconfig |
|---|
| 30 | depends_lib port:rlog port:openssl port:macfuse port:gettext port:boost |
|---|
| 31 | |
|---|
| 32 | configure.cppflags-append -D__FreeBSD__=10 |
|---|
| 33 | |
|---|