openbsd-ports/net/bind8/Makefile
espie f100c128f9 Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00

36 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.17 2000/06/16 23:06:09 espie Exp $
DISTNAME= bind-openbsd-8.2.2-P6-19991217
PKGNAME= bind-8.2.2-P6
CATEGORIES= net
NEED_VERSION= 1.197
MASTER_SITES= ftp://ftp.gsnig.org/pub/openbsd-bind/ \
ftp://ftp.sekure.net/pub/gsnig/openbsd-bind/
MAINTAINER= ho@openbsd.org,jakob@openbsd.org
WRKDIST= ${WRKDIR}/named
PREFIX= /
SAMPLEDIR= ${DESTDIR}/usr/local/share/examples/bind8
RESTRICTED= "Unclear status of crypto components."
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."
pre-install pre-package:
@${SH} ${PKGDIR}/INSTALL ${DISTNAME} PRE-INSTALL
post-install:
mkdir -p ${SAMPLEDIR}
cp ${WRKSRC}/etc/namedb/named.* ${SAMPLEDIR}
pre-fake:
@mkdir -p ${WRKINST}/usr/share/man/cat{1,5,8} ${WRKINST}/usr/share/misc
@mkdir -p ${WRKINST}/usr/sbin ${WRKINST}/usr/libexec
.include <bsd.port.mk>