summaryrefslogtreecommitdiff
path: root/dns/bind-tools/Makefile
blob: c63647f57f2a12bd80a58fea156f00e72dc54ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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"