1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/dns/drool/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

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>