# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name afflib version 3.3.4 revision 0 categories security maintainers darkart.com:opendarwin.org description The Advanced Forensic Format homepage http://www.afflib.org/ platforms darwin long_description AFF(R) is an open and extensible file format designed \ to store disk images and associated metadata. master_sites http://www.afflib.org/downloads/ checksums md5 588dd75051d03f666a17ed49d08c1552 \ sha1 e2dd28eb54ed325cead0e6f134f7b1811c87b5a0 \ rmd160 ee64a8e312269348a90ece7edf517b0209a2d0c9 use_bzip2 no depends_lib port:libewf \ port:openssl \ port:readline \ port:zlib configure.args --enable-fuse=no \ --enable-s3=no \ --with-ssl=${prefix} \ --with-zlib=${prefix} variant s3 description {Enable the use of Amazon's S3 service} { configure.args-append --enable-s3=yes \ --with-curl=${prefix}/lib configure.args-delete --enable-s3=no depends_lib-append port:curl \ port:expat } ## untested.... ## variant fuse description {Access AFF data through FUSE} { ## configure.args-append --enable-fuse=yes ## configure.args-delete --enable-fuse=no ## 'port lint' is silly about trailing whitespace in comments ## } ## # ##EOF