freebsd-ports/dns/bind-tools/Makefile
Mathieu Arnold 8a832ab6a4 Security update of BIND9 to 9.9.6-P1 and 9.10.1-P1.
Security:	CVE-2014-8500 CVE-2014-8680
Sponsored by:	Absolight
2014-12-08 17:29:44 +00:00

32 lines
769 B
Makefile

# $FreeBSD$
# Define PORTREVISION in ${MASTERDIR}
PKGNAMESUFFIX= -tools
COMMENT= Command line tools from BIND: dig, host, and nslookup
CONFIGURE_ARGS+= --disable-shared
CONFLICTS+= bind910-9.10.*
MASTERDIR= ${.CURDIR}/../../dns/bind910
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
PKGINSTALL= /nonexistent
BIND_TOOLS_SLAVE= YES
INSTALL_WRKSRC= ${WRKSRC}/bin
post-patch:
@${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \
-e 's#isc-config.sh installdirs#installdirs#' \
-e 's#.*INSTALL.*isc-config.*##' \
-e 's#.*INSTALL.*bind.keys.*##' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = delv dig dnssec nsupdate \\#' \
-e 's#^ .*check confgen ##' \
${WRKSRC}/bin/Makefile.in
.include "${MASTERDIR}/Makefile"