pkgsrc/net/openresolv/Makefile
roy a109986596 Update to openresolv-3.2
Changes from 3.1.1 include
 * resolv_conf_passthrough makes the libc subscriber just copy the latest
   resolv.conf to \$resolv_conf
 * private_interfaces allows resolv.conf nameservers to be private for the
   domains in the same file. Requires a resolver other than libc.
2009-04-20 06:26:54 +00:00

26 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/04/20 06:26:54 roy Exp $
#
DISTNAME= openresolv-3.2
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/openresolv/
MASTER_SITES+= http://roy.aydogan.net/openresolv/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= roy@NetBSD.org
HOMEPAGE= http://roy.marples.name/projects/openresolv/
COMMENT= Framework for managing /etc/resolv.conf
USE_LANGUAGES= # none
PKG_DESTDIR_SUPPORT= user-destdir
EGDIR= ${PREFIX}/share/examples/resolvconf
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} \
SYSCONFDIR=${PKG_SYSCONFDIR}
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
CONF_FILES= ${EGDIR}/resolvconf.conf \
${PKG_SYSCONFDIR}/resolvconf.conf
.include "../../mk/bsd.pkg.mk"