pkgsrc/net/openresolv/Makefile
roy 859c063f3d openresolv-3.7.1 has been released with the following changes:
*  Typo's, thanks to Herbert Parentes Fortes Neto
  *  Clarify that private_interfaces="*" will not forward the root zone
  *  Change from bzip2 to xz for builiding the source tarball
  *  ensure that domain-insecure always appears in a server clause for
     the unbound subscriber
2015-09-29 09:19:48 +00:00

29 lines
833 B
Makefile

# $NetBSD: Makefile,v 1.24 2015/09/29 09:19:48 roy Exp $
#
DISTNAME= openresolv-3.7.1
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/openresolv/
MASTER_SITES+= http://roy.aydogan.net/openresolv/
EXTRACT_SUFX= .tar.xz
MAINTAINER= roy@NetBSD.org
HOMEPAGE= http://roy.marples.name/projects/openresolv/
COMMENT= Framework for managing /etc/resolv.conf
LICENSE= modified-bsd
USE_LANGUAGES= # none
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec/resolvconf
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q}
EGDIR= ${PREFIX}/share/examples/resolvconf
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
CONF_FILES= ${EGDIR}/resolvconf.conf \
${PKG_SYSCONFDIR}/resolvconf.conf
.include "../../mk/bsd.pkg.mk"