mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
26 lines
532 B
Makefile
26 lines
532 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)
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|