2000-10-22 14:02:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2000/10/22 14:03:33 espie Exp $
|
1999-11-14 21:17:54 +00:00
|
|
|
|
1999-12-17 17:56:30 +00:00
|
|
|
DISTNAME= bind-openbsd-8.2.2-P6-19991217
|
|
|
|
PKGNAME= bind-8.2.2-P6
|
1999-09-23 11:32:45 +00:00
|
|
|
CATEGORIES= net
|
2000-07-17 19:21:48 +00:00
|
|
|
NEED_VERSION= 1.317
|
2000-04-23 15:40:01 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gsnig.org/pub/openbsd-bind/ \
|
1999-10-06 18:54:48 +00:00
|
|
|
ftp://ftp.sekure.net/pub/gsnig/openbsd-bind/
|
1999-09-23 11:32:45 +00:00
|
|
|
|
2000-10-22 14:02:46 +00:00
|
|
|
MAINTAINER= Hakan Olsson <ho@openbsd.org>, Jakob Schlyter <jakob@openbsd.org>
|
1999-09-23 11:32:45 +00:00
|
|
|
|
2000-02-17 14:28:48 +00:00
|
|
|
WRKDIST= ${WRKDIR}/named
|
1999-09-23 11:32:45 +00:00
|
|
|
PREFIX= /
|
1999-12-17 17:56:30 +00:00
|
|
|
SAMPLEDIR= ${DESTDIR}/usr/local/share/examples/bind8
|
1999-10-29 12:54:22 +00:00
|
|
|
|
2000-02-17 14:28:48 +00:00
|
|
|
RESTRICTED= "Unclear status of crypto components."
|
2000-03-05 23:00:29 +00:00
|
|
|
|
2000-02-17 14:28:48 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= "Unclear status of crypto components."
|
|
|
|
PERMIT_PACKAGE_FTP= "Unclear status of crypto components."
|
|
|
|
PERMIT_DISTFILES_CDROM= "Unclear status of crypto components."
|
|
|
|
PERMIT_DISTFILES_FTP= "Unclear status of crypto components."
|
|
|
|
|
2000-07-17 19:21:48 +00:00
|
|
|
pre-install:
|
1999-09-23 11:32:45 +00:00
|
|
|
@${SH} ${PKGDIR}/INSTALL ${DISTNAME} PRE-INSTALL
|
|
|
|
|
|
|
|
post-install:
|
1999-10-29 12:54:22 +00:00
|
|
|
mkdir -p ${SAMPLEDIR}
|
|
|
|
cp ${WRKSRC}/etc/namedb/named.* ${SAMPLEDIR}
|
2000-03-25 10:29:23 +00:00
|
|
|
|
|
|
|
pre-fake:
|
|
|
|
@mkdir -p ${WRKINST}/usr/share/man/cat{1,5,8} ${WRKINST}/usr/share/misc
|
|
|
|
@mkdir -p ${WRKINST}/usr/sbin ${WRKINST}/usr/libexec
|
1999-09-23 11:32:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|