# -*- 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           github 1.0

github.setup        resurrecting-open-source-projects dcfldd 1.9.3 v
github.tarball_from archive
revision            0

description         Enhanced version of dd for forensics and security

long_description    ${name} is an enhanced version of the dd command with \
                    additional features useful for forensics and information \
                    security, designed to run on Unix or Unix-like \
                    (POSIX-compliant) operating systems.

categories          sysutils
license             GPL-2+
maintainers         {@davidpolverari gmail.com:davidpolverari} \
                    openmaintainer

checksums           rmd160  547daf5c15e2423f24104193e8bf5abe3b333353 \
                    sha256  e5813e97bbc8f498f034f5e05178489c1be86de015e8da838de59f90f68491e7 \
                    size    93193

depends_build-append \
                    path:bin/pkg-config:pkgconfig
configure.args-append \
                    --with-bash-completion ${destroot}${prefix}/share/bash-completion/completions

use_autoreconf      yes
autoreconf.args     --install --verbose --force
