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