mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
b0ac72ef18
Its purpose is to test the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.) It does this be generating random packets of the desired protocol. PR: 16976 Submitted by: Brad Hendrickse <bradh@uunet.co.za>
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# New ports collection makefile for: isic
|
|
# Version required: 0.05
|
|
# Date created: 25 February 2000
|
|
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= isic-0.05
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= bradh@uunet.co.za
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|