59d22a70ee
Drill is a tool ala dig from BIND. It was designed with DNSSEC in mind and should be a useful debugging/query tool for DNSSEC. PR: ports/75882 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
27 lines
574 B
Makefile
27 lines
574 B
Makefile
# New ports collection makefile for: drill
|
|
# Date created: 30 December 2004
|
|
# Whom: Jaap Akkerhuis <jaap@NLnetLabs.nl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= drill
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/
|
|
|
|
MAINTAINER= jaap@NLnetLabs.nl
|
|
COMMENT= A dig style dnssec aware dns debugging tool
|
|
|
|
MAN1= drill.1
|
|
MANCOMPRESSED= no
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_BZIP2= yes
|
|
USE_OPENSSL= yes
|
|
HAS_CONFIGURE= yes
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|