3b5e3e8d17
Bump NEED_VERSION.
28 lines
542 B
Makefile
28 lines
542 B
Makefile
# Makefile for: tcpreplay
|
|
# Version required: 1.0
|
|
# Date created: Oct 18 1999
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.7 2000/03/24 23:28:28 espie Exp $
|
|
|
|
DISTNAME= tcpreplay-1.0.1
|
|
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.230
|
|
|
|
MASTER_SITES= http://www.anzen.com/research/nidsbench/
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
LICENSE_TYPE= BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libnet.a::net/libnet
|
|
|
|
GNU_CONFIGURE= Yes
|
|
|
|
.include <bsd.port.mk>
|