# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0

github.setup        tienex apfs afc6041c6078d3bc96c2ffec8ea6a8e572b79678
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
name                tienex-apfs
categories          sysutils
license             MIT
maintainers         {ricci @ghosthound} openmaintainer
description         Mount, dump and analyze APFS volumes and containers
long_description    Mount, dump and analyze APFS volumes and containers

depends_lib-append  port:osxfuse

fetch.type          git

post-fetch {
    system -W ${worksrcpath} "git submodule update --init third_party/libxo/libxo"
}

patchfiles          patch-cmake_Modules_AppleMultiArch.cmake.diff

use_parallel_build  no

