diff options
Diffstat (limited to 'net-mgmt/tcpreplay/Makefile')
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index c943993c37c7..575a4e1dbbe9 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -5,19 +5,17 @@ # $FreeBSD$ # -PORTNAME= tcpreplay -PORTVERSION= 1.0.1 -CATEGORIES= net -MASTER_SITES= http://www.anzen.com/research/nidsbench/ +PORTNAME= tcpreplay +PORTVERSION= 1.0.1 +CATEGORIES= net +MASTER_SITES= http://www.anzen.com/research/nidsbench/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet -USE_AUTOCONF= yes -GNU_CONFIGURE= yes -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */libpcap-* --exclude */Libnet-* +USE_AUTOCONF= yes -MAN8= tcpreplay.8 +MAN8= tcpreplay.8 .include <bsd.port.mk> |