mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
3e81ec91cb
PR: 225995 Submitted by: jaap@NLnetLabs.nl(maintainer)
24 lines
510 B
Makefile
24 lines
510 B
Makefile
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= drool
|
|
DISTVERSION= 1.1.0
|
|
CATEGORIES= dns
|
|
MASTER_SITES= https://www.dns-oarc.net/files/drool/
|
|
|
|
MAINTAINER= jaap@NLnetLabs.nl
|
|
COMMENT= Replay DNS traffic from packet capture files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libev.so:devel/libev
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= $$(pkg-config libev --cflags-only-I)
|
|
LDFLAGS+= $$(pkg-config libev --libs-only-L)
|
|
|
|
.include <bsd.port.mk>
|