9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
22 lines
612 B
Makefile
22 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.25 2020/01/26 17:31:56 rillig Exp $
|
|
|
|
VERSION= 4.2.6
|
|
DISTNAME= tcpreplay-${VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=appneta/tcpreplay/releases/download/v${VERSION}/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://tcpreplay.appneta.com/
|
|
COMMENT= Replay saved tcpdump or snoop files
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-dynamic-link
|
|
CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap}
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|