Ticket #18500: Portfile

File Portfile, 1.2 KB (added by adambyrtek@…, 15 years ago)

Correct Portfile

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