openbsd-ports/net/tcpreplay/Makefile

21 lines
410 B
Makefile
Raw Normal View History

1999-10-26 09:26:53 -04:00
# Makefile for: tcpreplay
# Version required: 1.0
# Date created: Oct 18 1999
# Whom: dugsong@monkey.org
#
# $OpenBSD: Makefile,v 1.3 1999/10/26 13:26:53 dugsong Exp $
1999-05-14 11:45:52 -04:00
1999-06-12 22:14:17 -04:00
DISTNAME= tcpreplay-1.0.1
1999-10-26 09:26:53 -04:00
1999-05-14 11:45:52 -04:00
CATEGORIES= net
1999-10-26 09:26:53 -04:00
1999-05-14 11:45:52 -04:00
MASTER_SITES= http://www.anzen.com/research/nidsbench/
MAINTAINER= dugsong@monkey.org
1999-10-26 09:26:53 -04:00
BUILD_DEPENDS= ${PREFIX}/lib/libnet.a:${PORTSDIR}/net/libnet
1999-05-14 11:45:52 -04:00
GNU_CONFIGURE= yes
.include <bsd.port.mk>