freebsd-ports/dns/bind-tools/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
362 B
Makefile

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