# -*- 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 # $Id$ PortSystem 1.0 name arping version 2.12 categories net platforms darwin maintainers snc openmaintainer license GPL-2 description utility to find out if a MAC address is already taken on a LAN long_description Arping is a util to find out if a specific IP address on \ the LAN is 'taken' and what MAC address owns it. homepage http://www.habets.pp.se/synscan/programs.php?prog=arping master_sites http://www.habets.pp.se/synscan/files/ checksums rmd160 8bb65e7a944abf0d5e7d3976dc2ac2abdbfe0332 \ sha256 fade0c3ff1522cf19d2581f5ba0055a9df9c5e8b6a6c1f176535871b1612634e depends_lib port:libnet11 \ lib:libpcap.DP:libpcap post-destroot { xinstall -m 755 ${worksrcpath}/src/arping ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/extra/arping-scan-net.sh \ ${destroot}${prefix}/bin/arping-scan-net xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} LICENSE README \ ${destroot}${prefix}/share/doc/${name} }