freebsd-ports/net/tcpreplay/Makefile
Kevin Lo ea509099f5 - Support CFLAGS/LOCALBASE properly
- Fix pkg-comment

PR: 24555
Submitted by: Ports Fury
2001-01-23 08:45:52 +00:00

22 lines
410 B
Makefile

# New ports collection makefile for: tcpreplay
# Date created: 2 November 2000
# Whom: cnh@ivmg.net
#
# $FreeBSD$
#
PORTNAME= tcpreplay
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://www.anzen.com/research/nidsbench/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
USE_AUTOCONF= yes
MAN8= tcpreplay.8
.include <bsd.port.mk>