opnsense-ports/dns/bind-tools/Makefile
Franco Fichtner 5c57c0a244 dns/bind-tools: sync with upstream
Taken from: FreeBSD
2022-09-26 11:55:12 +02:00

18 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/bind918
PLIST= ${.CURDIR}/pkg-plist
.endif
DESCR= ${.CURDIR}/pkg-descr
BIND_TOOLS_SLAVE= YES
PORTSCOUT= ignore:1
.include "${MASTERDIR}/Makefile"