freebsd-ports/dns/bind-tools/Makefile
Mathieu Arnold f9e996ff73
dns/bind918: upgrade to 9.18.2
With this release, the 9.18 branch switches from bind-dev to bind, so it
is now used for bind-tools.

Changes:	https://downloads.isc.org/isc/bind9/9.18.2/doc/arm/html/notes.html#notes-for-bind-9-18-2
(cherry picked from commit 279801056e)
2022-05-19 16:33:21 +02:00

18 lines
332 B
Makefile

# Define PORTREVISION in ${MASTERDIR}
.ifdef BIND_TOOLS_DEVEL
MASTERDIR= ${.CURDIR}/../../dns/bind9-devel
PLIST= ${.CURDIR}/pkg-plist-devel
.else
MASTERDIR= ${.CURDIR}/../../dns/bind918
PLIST= ${.CURDIR}/pkg-plist
.endif
DESCR= ${.CURDIR}/pkg-descr
BIND_TOOLS_SLAVE= YES
PORTSCOUT= ignore:1
.include "${MASTERDIR}/Makefile"