mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ad2a4bf0d6
Reported by: mfechner
19 lines
354 B
Makefile
19 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
# 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|