openbsd-ports/net/tcpreplay/Makefile

24 lines
531 B
Makefile
Raw Normal View History

2001-02-25 22:28:02 -05:00
# $OpenBSD: Makefile,v 1.12 2001/02/26 03:28:03 brad Exp $
1999-05-14 11:45:52 -04:00
1999-06-12 22:14:17 -04:00
DISTNAME= tcpreplay-1.0.1
1999-05-14 11:45:52 -04:00
CATEGORIES= net
2001-02-25 22:28:02 -05:00
NEED_VERSION= 1.336
1999-05-14 11:45:52 -04:00
MASTER_SITES= http://www.anzen.com/research/nidsbench/
2001-02-25 22:28:02 -05:00
LIB_DEPENDS= net::net/libnet
2000-10-22 10:02:46 -04:00
MAINTAINER= Dug Song <dugsong@monkey.org>
1999-05-14 11:45:52 -04:00
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
2001-02-25 22:28:02 -05:00
CONFIGURE_STYLE= gnu dest
2000-04-22 23:34:40 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpreplay ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/tcpreplay.8 ${PREFIX}/man/man8
1999-05-14 11:45:52 -04:00
.include <bsd.port.mk>