15 lines
280 B
Makefile
15 lines
280 B
Makefile
# $OpenBSD: Makefile,v 1.7 2009/02/10 19:24:43 jakob Exp $
|
|
|
|
COMMENT= LDNS utilities
|
|
|
|
PKGNAME= ldns-utils-${VERSION}
|
|
|
|
WANTLIB= c crypto pcap
|
|
LIB_DEPENDS+= ldns.>=2.2::net/ldns/libldns
|
|
|
|
WRKSRC= ${WRKDIST}/examples
|
|
|
|
CONFIGURE_ARGS+= --with-ldns=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|