openbsd-ports/net/bind8/Makefile

35 lines
985 B
Makefile
Raw Normal View History

2000-03-05 18:00:29 -05:00
# $OpenBSD: Makefile,v 1.13 2000/03/05 23:00:31 jakob Exp $
DISTNAME= bind-openbsd-8.2.2-P6-19991217
PKGNAME= bind-8.2.2-P6
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/
2000-02-17 09:28:48 -05:00
NEED_VERSION= 1.197
1999-09-23 07:32:45 -04:00
MAINTAINER= ho@openbsd.org,jakob@openbsd.org
2000-02-17 09:28:48 -05:00
WRKDIST= ${WRKDIR}/named
1999-09-23 07:32:45 -04:00
PREFIX= /
NO_MTREE= yes
NO_CONFIGURE= yes
SAMPLEDIR= ${DESTDIR}/usr/local/share/examples/bind8
1999-10-29 08:54:22 -04:00
2000-02-17 09:28:48 -05:00
RESTRICTED= "Unclear status of crypto components."
2000-03-05 18:00:29 -05:00
2000-02-17 09:28:48 -05: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."
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>