Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/dns/bind-tools/Makefile
16461 views
# 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"