1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/dns/drool/Makefile
2021-04-06 16:31:07 +02:00

25 lines
520 B
Makefile

# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
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)
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>