15 lines
282 B
Makefile
15 lines
282 B
Makefile
# $OpenBSD: Makefile,v 1.5 2008/11/19 09:42:19 jakob Exp $
|
|
|
|
COMMENT= LDNS utilities
|
|
|
|
PKGNAME= ldns-utils-${VERSION}p0
|
|
|
|
WANTLIB= c crypto pcap
|
|
LIB_DEPENDS+= ldns.>=2.0::net/ldns/libldns
|
|
|
|
WRKSRC= ${WRKDIST}/examples
|
|
|
|
CONFIGURE_ARGS+= --with-ldns=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|