# $Header$ PNAME="portbunny" PVER="1.0_20080312" PBUILD="r1" PCATEGORIE="net-misc" STATE="unstable" DESCRIPTION="Portbunny is a reliable and fast TCP-SYN-port-scanner." HOMEPAGE="http://www.recurity-labs.com/portbunny/portbunny.html" DEPEND=">= dev-lang/python-2.5" SDEPEND=">= virtual/kernel-sources" SRCFILE="PortBunny-${PVER:10:2}${PVER:8:2}${PVER:6:2}.tar.bz2" SRCDIR="${BUILDDIR}/PortBunny-${PVER:10:2}${PVER:8:2}${PVER:6:2}-2-dev" sminclude mbuild SRC_URI=( http://www.recurity-labs.com/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} # the makefile is a mess mmake -C ${LINUX_SOURCES} M=$(pwd) || die }