openbsd-ports/net/tcpreplay/Makefile

34 lines
726 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
#
2000-04-22 23:34:40 -04:00
# $OpenBSD: Makefile,v 1.9 2000/04/23 03:34:51 kevlo 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
NEED_VERSION= 1.230
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
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
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
BUILD_DEPENDS= ${PREFIX}/lib/libnet.a::net/libnet
1999-10-26 09:26:53 -04:00
2000-03-05 13:30:21 -05:00
GNU_CONFIGURE= Yes
2000-04-22 23:34:40 -04:00
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}'
FAKE= Yes
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>