16 lines
287 B
Makefile
16 lines
287 B
Makefile
# $OpenBSD: Makefile,v 1.22 2012/01/20 09:53:31 sthen Exp $
|
|
|
|
COMMENT= DNS debugger
|
|
|
|
PKGNAME= drill-${VERSION}
|
|
|
|
WANTLIB= c crypto ldns>=4.10
|
|
LIB_DEPENDS+= net/ldns/libldns>=1.6.11
|
|
|
|
WRKSRC= ${WRKDIST}/drill
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_ARGS+=--with-ldns=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|