pkgsrc/net/openresolv/Makefile
roy c3be2cfe2d Import openresolv-3.3.4
Changes from openresolv-3.3.3 include:
 * private_interfaces is now shell expandable (ie, fxp*)
 * dnsmasq resolver restarting with DBus is now fixed
 * unbound resolver is sent SIGHUP for reload instead of forced restart
 * subscribers with the execute bit are executed, otherwise sourced into
   a subshell for speed
2009-12-04 15:28:15 +00:00

27 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.14 2009/12/04 15:28:15 roy Exp $
#
DISTNAME= openresolv-3.3.4
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
LICENSE= modified-bsd
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"