# $Id: Portfile 83771 2011-09-10 20:11:13Z jmr@macports.org $ PortSystem 1.0 name afflib version 3.6.2 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 c30468c762c8e06776410ca8fb56b782 \ sha1 9bae100779d9f93f3ab05013d502882705bfb2e5 \ rmd160 63ca47f5e0dd6b0c897ebb5d946bb936d0d0d74b 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