1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/dns/drill/Makefile
Pav Lucistnik eff4f6213a - Update to 1.6.8
PR:		ports/154269
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
2011-01-26 11:38:30 +00:00

35 lines
785 B
Makefile

# New ports collection makefile for: drill
# Date created: 30 December 2004
# Whom: Jaap Akkerhuis <jaap@NLnetLabs.nl
#
# $FreeBSD$
#
PORTNAME= drill
PORTVERSION= 1.6.8
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
DISTNAME= ldns-${PORTVERSION}
MAINTAINER= jaap@NLnetLabs.nl
COMMENT= A dig style dnssec aware dns debugging tool
LIB_DEPENDS= ldns.1:${PORTSDIR}/dns/ldns
MAN1= drill.1
WRKSRC= ${WRKDIR}/ldns-${PORTVERSION}/${PORTNAME}
USE_OPENSSL= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
CFLAGS+= ${CPPFLAGS} -I${OPENSSLINC}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
PLIST_FILES= bin/drill
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>