head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.54
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.52
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.50
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.48
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.46
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.44
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.42
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.40
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.38
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.36
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.34
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.32
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.30
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.28
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.26
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.24
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.22
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.20
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.18
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.16
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.14
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.12
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.10
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.3.0.8
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.6
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.3.0.4
	pkgsrc-2004Q1-base:1.3
	pkgsrc-2003Q4:1.3.0.2
	pkgsrc-2003Q4-base:1.3
	buildlink2-base:1.3
	pkgsrc-base:1.1.1.2
	TNF:1.1.1
	FreeBSD-current-2000-08-11:1.1.1.1
	FREEBSD:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2000.08.14.12.06.39;	author itojun;	state dead;
branches;
next	1.2;

1.2
date	2000.08.11.08.05.59;	author itojun;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.11.08.00.10;	author itojun;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.08.11.08.00.10;	author itojun;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2000.11.30.09.03.12;	author hubertf;	state Exp;
branches;
next	;


desc
@@


1.3
log
@remove net/libnet, as we have devel/libnet already
(i should have noticed before)
@
text
@# $NetBSD: Makefile,v 1.2 2000/08/11 08:05:59 itojun Exp $
# $FreeBSD: ports/net/libnet/Makefile,v 1.8 2000/06/02 22:51:19 kris Exp $
#

DISTNAME=	libnet-${VERSION}
CATEGORIES=	net
MASTER_SITES=	http://www.packetfactory.net/libnet/dist/

MAINTAINER=	packages@@netbsd.org
HOMEPAGE=	http://www.packetfactory.net/libnet/

GNU_CONFIGURE=	yes

VERSION=	1.0.1b
WRKSRC=         ${WRKDIR}/Libnet-${VERSION}

post-install:
	${INSTALL_MAN} ${WRKSRC}/doc/libnet.3 ${PREFIX}/man/man3
	@@${MKDIR} ${PREFIX}/share/doc/libnet
	@@${MKDIR} ${PREFIX}/share/doc/libnet/html
	@@${MKDIR} ${PREFIX}/share/doc/libnet/html/examples
.for i in CHANGELOG CHANGELOG-NEWFUNCTIONS COPYING README README.asn.1 README.bpf README.legacy-applications README.libnet-config README.linux README.rawsockets TODO-1.0 TODO-1.1
	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/libnet
.endfor
.for i in 1.html 2.html 3.html 4.html 5.html 6.html 7.html contrib.html fig-3a.gif figure-1.gif figure-2.gif figure-3.gif figure-3a.gif lrm.html
	${INSTALL_DATA} ${WRKSRC}/doc/html/${i} ${PREFIX}/share/doc/libnet/html
.endfor
.for i in libnet-example-1.c libnet-example-2.c libnet-example-3.c libnet-example-4.c
	${INSTALL_DATA} ${WRKSRC}/doc/html/examples/${i} ${PREFIX}/share/doc/libnet/html/examples
.endfor

.include "../../mk/bsd.pkg.mk"
@


1.2
log
@adapt to netbsd build
@
text
@d1 1
a1 1
# $NetBSD$
@


1.1
log
@Initial revision
@
text
@d1 1
a1 4
# Ports collection makefile for:  libnet
# Date created:			Sun Feb 3, 1999
# Whom:				shipley@@dis.org
#
d5 1
a5 2
PORTNAME=	libnet
PORTVERSION=	1.0.1b
d9 2
a10 3
MAINTAINER=	shipley@@dis.org

MAN3=		libnet.3
d14 2
a15 2
WRKSRC=         ${WRKDIR}/Libnet-${PORTVERSION}
MAN3=		libnet.3
a18 1
.if !defined(NOPORTDOCS)
a30 1
.endif
d32 1
a32 1
.include <bsd.port.mk>
@


1.1.1.1
log
@libnet 1.0.1b
@
text
@@


1.1.1.2
log
@Routines for construction and handling of network packets

Libnet is a collection of routines to help with the construction
and handling of network packets. It provides a portable framework
for low-level network packet shaping, handling and injection. Libnet
features portable packet creation interfaces at the IP layer and
link layer, as well as a host of supplementary and complementary
functionality. Using libnet, quick and simple packet assembly
applications can be whipped up with little effort. With a bit more
time, more complex programs can be written (Traceroute and ping
were easily rewritten using libnet and libpcap)

Needed for isic (to be imported in a second)
@
text
@d1 5
a5 1
# $NetBSD$
d8 2
a9 2
DISTNAME=	libnet
PKGNAME=	libnet-1.0.1b
d13 5
a17 2
MAINTAINER=	hubertf@@netbsd.org
HOMEPAGE=	http://www.packetfactory.net/libnet/
d19 2
a20 1
DIST_SUBDIR=	${PKGNAME}
d22 16
a37 4
WRKSRC=		${WRKDIR}/Libnet-1.0.1b
GNU_CONFIGURE=	YES
CONFIGURE_ENV+=	LIBNET_CONFIG_LIBS="-L${PREFIX}/lib" \
		LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include"
d39 1
a39 1
.include "../../mk/bsd.pkg.mk"
@

