# $Id: Portfile,v 1.15 2006/02/24 07:02:37 markd Exp $
PortSystem        1.0
name              honeyd
version           1.5a
categories        net
maintainers       markd@opendarwin.org

description       A small daemon that creates virtual hosts appearing to run various \
		  operating systems and services.

long_description  Honeyd is a small daemon that creates virtual hosts (tested up to \
		  65,536 ip addresses) that can appear to be running individual operating \
		  systems and services of your choice.  Honeyd improves cyber security \
		  by providing mechanisms for threat detection and assessment, and also deters \
		  adversaries by hiding real systems in the middle of virtual systems.

homepage          http://www.honeyd.org/
master_sites      http://www.citi.umich.edu/u/provos/honeyd/
platforms         darwin
checksums         md5 5bec8d97c235f910aa56e83ba7d302bc

patchfiles	  patch-Makefile.in

depends_lib       port:libevent \
		  port:libdnet \
		  port:libpcap \
		  port:libdnsres \
		  port:pcre \
		  port:python24 \
		  port:py-libdnet \
		  port:py-pylibpcap

configure.args	CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"

post-install {
                ui_msg "\n
	See README in ${prefix}/share/${name}
	More information can be found at http://www.honeyd.org/
\n"  
}

