# $Id: Portfile 37011 2008-05-22 21:39:19Z ricci@macports.org $ PortSystem 1.0 name afflib version 3.2.0 revision 0 categories security maintainers opendarwin.org@darkart.com 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 ecca00d58a87260037de60de02076807 \ sha1 6150da8d18cc98411c6234a528ad9acaa4ee0051 \ 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