openbsd-ports/net/ldns/drill/Makefile

17 lines
298 B
Makefile
Raw Normal View History

2013-01-08 05:17:14 -05:00
# $OpenBSD: Makefile,v 1.26 2013/01/08 10:17:14 sthen Exp $
COMMENT= DNS debugger
2009-02-10 14:24:42 -05:00
PKGNAME= drill-${VERSION}
2013-01-08 05:17:14 -05:00
REVISION= 0
2012-10-24 19:49:08 -04:00
WANTLIB= c crypto ldns>=5.0
2012-11-22 23:26:09 -05:00
LIB_DEPENDS+= net/ldns/libldns>=1.6.16
WRKSRC= ${WRKDIST}/drill
USE_GMAKE= Yes
CONFIGURE_ARGS+=--with-ldns=${LOCALBASE}
.include <bsd.port.mk>