# $OpenBSD: Makefile,v 1.23 2010/10/18 18:36:59 espie Exp $ COMMENT= validating DNS resolver DISTNAME= unbound-1.4.6 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ HOMEPAGE= http://www.unbound.net/ MAINTAINER= Jakob Schlyter # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes SEPARATE_BUILD= concurrent CONFIGURE_STYLE= gnu USE_LIBTOOL= Yes USE_GMAKE= Yes NO_REGRESS= Yes SHARED_LIBS+= unbound 2.5 WANTLIB= c crypto event ldns.>=4.4 ssl LIB_DEPENDS+= :libldns->=1.6.5:net/ldns/libldns CONFIGURE_ARGS+= --with-ssl=/usr \ --with-libevent=/usr \ --with-ldns=${LOCALBASE} \ --without-pthreads \ --with-chroot-dir=/var/unbound \ --with-pidfile=/var/unbound/var/run/unbound.pid \ --with-conf-file=/var/unbound/etc/unbound.conf \ --with-username=_unbound USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/unbound ${INSTALL_DATA} ${WRKINST}/var/unbound/etc/unbound.conf ${PREFIX}/share/examples/unbound .include