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