diff options
Diffstat (limited to 'net-misc/rarpd/rarpd-1.1.ebuild')
-rw-r--r-- | net-misc/rarpd/rarpd-1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/rarpd/rarpd-1.1.ebuild b/net-misc/rarpd/rarpd-1.1.ebuild index 7df87f74bf5b..bbd6ecbb5e89 100644 --- a/net-misc/rarpd/rarpd-1.1.ebuild +++ b/net-misc/rarpd/rarpd-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rarpd/rarpd-1.1.ebuild,v 1.2 2002/09/03 14:08:49 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rarpd/rarpd-1.1.ebuild,v 1.3 2002/09/05 16:25:16 drobbins Exp $ DESCRIPTION="rarpd - reverse address resolution protocol daemon" HOMEPAGE="ftp://ftp.dementia.org/pub/net-tools" SRC_URI="ftp://ftp.dementia.org/pub/net-tools/${P}.tar.gz" @@ -8,6 +8,8 @@ DEPEND="<net-libs/libnet-1.1 >=net-libs/libpcap-0.7.1" S=${WORKDIR}/${P} KEYWORDS="x86 ppc sparc sparc64" +SLOT="0" +LICENSE="as-is" src_compile() { ./configure \ |