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

name                ncp
version             1.2.4

categories          net
platforms           darwin
maintainers         nomaintainer

description         a fast file copy tool for LANs (including ncp, npush, npoll)
long_description    a fast file copy tool for LANs (including ncp, npush, npoll)

homepage            https://www.fefe.de/ncp/
master_sites        https://dl.fefe.de

checksums           rmd160  3d9da3851362064ec372a00b605bcbdde86a85bd \
                    sha256  6cfa72edd5f7717bf7a4a93ccc74c4abd89892360e2e0bb095a73c24b9359b88 \
                    size    6172

use_bzip2           yes
patchfiles          patch-GNUmakefile.diff

depends_lib         port:libowfat

use_configure       no

build.args          prefix=${prefix} \
                    CC=${configure.cc}

destroot.destdir    prefix=${destroot}${prefix}
