# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta37.ebuild,v 1.1 2002/07/19 20:49:03 seemant Exp $ MY_P="${P/_rc/RC}" S=${WORKDIR}/${MY_P} DESCRIPTION="Portscanner" SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tgz" HOMEPAGE="http://www.insecure.org/nmap/" DEPEND="virtual/glibc gtk? ( =x11-libs/gtk+-1.2* )" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" src_compile() { econf --enable-ipv6 || die use gtk && ( \ make || die ) || ( make nmap || die ) } src_install() { local myinst # If gnome does not exist on the system, there is no need for the gnome # menu item. use gnome || myinst="${myinst} deskdir=${S}" make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ nmapdatadir=${D}/usr/share/nmap \ install || die dodoc CHANGELOG COPYING HACKING README* cd docs dodoc *.txt dohtml *.html }