2012-01-20 09:53:31 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2012/01/20 09:53:31 sthen Exp $
|
2008-02-03 19:09:49 +00:00
|
|
|
|
|
|
|
COMMENT= LDNS utilities
|
|
|
|
|
2008-12-29 08:11:46 +00:00
|
|
|
PKGNAME= ldns-utils-${VERSION}
|
2008-02-03 19:09:49 +00:00
|
|
|
|
2012-01-20 09:53:31 +00:00
|
|
|
WANTLIB= c crypto ldns>=4.10 pcap
|
|
|
|
LIB_DEPENDS+= net/ldns/libldns>=1.6.12rc1
|
2008-02-03 19:09:49 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIST}/examples
|
|
|
|
|
2011-10-17 19:41:23 +00:00
|
|
|
USE_GROFF= Yes
|
2012-01-20 09:53:31 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_ARGS+=--with-ldns=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV+= libtool=${LIBTOOL}
|
2008-02-03 19:09:49 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|