1999-12-06 10:45:01 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 1999/12/06 15:45:01 ho Exp $
|
1999-11-14 16:17:54 -05:00
|
|
|
|
1999-11-14 17:39:16 -05:00
|
|
|
DISTNAME= bind-openbsd-8.2.2-P5
|
|
|
|
PKGNAME= bind-8.2.2-P5
|
1999-09-23 07:32:45 -04:00
|
|
|
CATEGORIES= net
|
1999-10-06 14:52:18 -04:00
|
|
|
MASTER_SITES= ftp://ftp.gsnig.net/pub/openbsd-bind/ \
|
1999-10-06 14:54:48 -04:00
|
|
|
ftp://ftp.sekure.net/pub/gsnig/openbsd-bind/
|
1999-09-23 07:32:45 -04:00
|
|
|
|
|
|
|
MAINTAINER= ho@openbsd.org,jakob@openbsd.org
|
|
|
|
|
1999-12-06 10:45:01 -05:00
|
|
|
BROKEN= "A server running a signed zone can be DOS-ed"
|
|
|
|
|
1999-09-23 07:32:45 -04:00
|
|
|
WRKSRC= ${WRKDIR}/named
|
|
|
|
PREFIX= /
|
|
|
|
NO_MTREE= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_CDROM= "CRYPTO: Unclear status of crypto components."
|
|
|
|
RESTRICTED= "Unclear status of crypto components."
|
|
|
|
|
1999-10-29 08:54:22 -04:00
|
|
|
SAMPLEDIR= /usr/local/share/examples/bind8
|
|
|
|
|
1999-09-23 07:32:45 -04:00
|
|
|
pre-install pre-package:
|
|
|
|
@${SH} ${PKGDIR}/INSTALL ${DISTNAME} PRE-INSTALL
|
|
|
|
|
|
|
|
post-install:
|
1999-10-29 08:54:22 -04:00
|
|
|
mkdir -p ${SAMPLEDIR}
|
|
|
|
cp ${WRKSRC}/etc/namedb/named.* ${SAMPLEDIR}
|
|
|
|
@${SH} ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL ${SAMPLEDIR}
|
1999-09-23 07:32:45 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|