aboutsummaryrefslogtreecommitdiff
path: root/dns/bind-tools/Makefile
blob: aac491e43538a701ea3a45281686e415b46c536d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Define PORTREVISION in ${MASTERDIR}
WWW=		https://www.isc.org/bind/

.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"