mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
569 B
Plaintext
24 lines
569 B
Plaintext
PortSystem 1.0
|
|
|
|
name arpd
|
|
version 0.2
|
|
revision 6
|
|
categories net security
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description user space ARP (Address Resolution Protocol) daemon
|
|
long_description ${description}
|
|
homepage http://www.citi.umich.edu/u/provos/honeyd/
|
|
platforms darwin
|
|
master_sites http://niels.xtdnet.nl/honeyd/
|
|
checksums md5 e2911fa9de1b92ef50deda1489ae944d
|
|
patchfiles patch-arpd.c
|
|
|
|
depends_lib port:libevent \
|
|
port:libdnet \
|
|
port:libpcap
|
|
|
|
worksrcdir ${name}
|
|
|
|
configure.args --mandir=${prefix}/share/man
|