# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header$ S=${WORKDIR}/${P} DESCRIPTION="Active OS fingerprinting tool" SRC_URI="http://www.sys-security.com/archive/tools/X/${P}.tar.gz" HOMEPAGE="http://www.sys-security.com/html/projects/X.html" DEPEND=">=net-libs/libpcap-0.6.1" src_compile() { econf || die emake || die } src_install () { make prefix=${D} \ mandir=${D}/usr/share/man \ install || die dodoc AUTHORS CREDITS LICENSE dodoc Changelog TODO README }