Ticket #19715: Portfile

File Portfile, 1.2 KB (added by boris.zech@…, 15 years ago)

Portfile of encfs 1.5 Rev 1

Line 
1# $Id: Portfile 53181 2009-06-30 21:37:39Z macsforever2000@macports.org $
2
3PortSystem 1.0
4
5name                encfs
6version             1.5
7revision            1
8categories          fuse
9platforms           darwin
10maintainers         eridius
11description         An encrypted pass-through FUSE filesystem
12
13long_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
20homepage            http://www.arg0.net/encfs
21
22distname            ${name}-${version}-2
23master_sites        googlecode
24extract.suffix      .tgz
25worksrcdir          ${name}-${version}
26checksums           md5 b07008545545b4a57cf2bf65f08a14ad \
27                    sha1 7fe225855645d98a33bf9f5fe64ac508fdb75257
28
29depends_lib         path:bin/pkg-config:pkgconfig
30depends_lib         port:rlog port:openssl port:macfuse port:gettext port:boost
31
32configure.cppflags-append   -D__FreeBSD__=10
33