ports/dns/bind-tools/Makefile
Kenji Takefu 0675055e9a
dns/bind-tools: switch to BIND9 9.20
With the release of BIND9 9.20.1, the 9.20 branch is out of "dev"
status, so switch bind-tools to it.

PR:		281007
2024-08-25 11:04:43 +02:00

19 lines
333 B
Makefile

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