48 | | --without-ewf |
| 45 | --without-ewf --without-ext2fs --without-ntfs |
| 46 | |
| 47 | variant with_ewf description "Enable support for the Expert Witness Compression Format (EWF)" { |
| 48 | configure.args-delete --without-ewf |
| 49 | depends_lib-append port:libewf |
| 50 | # needed for testdisk 6.11's configure script |
| 51 | configure.cflags-append -fnested-functions |
| 52 | } |
| 53 | |
| 54 | variant with_ext2fs description "Enable support for the ext2 file system" { |
| 55 | configure.args-delete --without-ext2fs |
| 56 | depends_lib-delete port:ossp-uuid |
| 57 | depends_lib-append port:e2fsprogs |
| 58 | } |
| 59 | |
| 60 | variant with_ntfs description "Enable support for the NTFS file system" { |
| 61 | configure.args-delete --without-ntfs |
| 62 | depends_lib-append port:ntfsprogs |
| 63 | } |