17 lines
298 B
Makefile
Raw Normal View History

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