c047670bd1
- update license from gleydson soares, maintainer timed-out
28 lines
510 B
Makefile
28 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.31 2011/03/27 16:40:30 jasper Exp $
|
|
|
|
COMMENT= resend network traffic saved by tcpdump
|
|
|
|
DISTNAME= tcpreplay-3.4.4
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://tcpreplay.synfin.net
|
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpreplay/}
|
|
|
|
WANTLIB= c dnet>=1
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= net/libdnet
|
|
|
|
.include <bsd.port.mk>
|