diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-23 08:45:52 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-23 08:45:52 +0000 |
commit | 6a1406051efd160a2a5e241c3556b262e5aa5f12 (patch) | |
tree | 01d0c655b3d1931993cf6c351cc5b25502a0d1ea /net/tcpreplay/Makefile | |
parent | 197309428aaac2d90dbfd4b8975e99fa413c5d52 (diff) | |
download | FreeBSD-ports-6a1406051efd160a2a5e241c3556b262e5aa5f12.zip FreeBSD-ports-6a1406051efd160a2a5e241c3556b262e5aa5f12.tar.gz |
- Support CFLAGS/LOCALBASE properly
- Fix pkg-comment
PR: 24555
Submitted by: Ports Fury
Diffstat (limited to 'net/tcpreplay/Makefile')
-rw-r--r-- | net/tcpreplay/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index c943993..575a4e1 100644 --- a/net/tcpreplay/Makefile +++ b/net/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> |