summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/fragroute/fragroute-1.2.ebuild')
-rw-r--r--net-analyzer/fragroute/fragroute-1.2.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild
index 7c3d498efc84..81592ab672f3 100644
--- a/net-analyzer/fragroute/fragroute-1.2.ebuild
+++ b/net-analyzer/fragroute/fragroute-1.2.ebuild
@@ -1,20 +1,18 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.1 2003/08/29 01:54:38 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.1.1.1 2005/11/30 10:12:19 chriswhite Exp $
DESCRIPTION="fragroute was written to aid in the testing of network intrusion detection systems, firewalls and basic TCP/IP stack behaviour."
HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/"
SRC_URI="http://www.monkey.org/~dugsong/fragroute/${P}.tar.gz"
LICENSE="DSNIFF"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=dev-libs/libevent-0.6
- >=dev-libs/libpcap-0.7.2
+ virtual/libpcap
>=dev-libs/libdnet-1.4"
-RDEPEND=""
-S=${WORKDIR}/${P}
src_compile() {
econf --with-libevent=/usr --with-libdnet=/usr || die "Econf failed"