From 4d7307bda2149c8642a6ca1f9d23d4f14ecf5331 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 1 Dec 1998 11:59:36 +0000 Subject: dns-rev Take the forward DNS mapping and generate the reverse mapping. dns-hosts Take the forward DNS mapping and generate the /etc/hosts file. dns-ng Take the forward DNS mapping and generate the /etc/netgroup file. Submitted-by: Karl.Dietz@triplan.com PR: 8664 --- dns/dnsutl/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dns/dnsutl/Makefile (limited to 'dns/dnsutl/Makefile') diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile new file mode 100644 index 000000000000..47c2aadd6328 --- /dev/null +++ b/dns/dnsutl/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: dnsutl +# Version required: 1.3 +# Date created: Nov 05, 1998 +# Whom: Karl Dietz (Karl.Dietz@triplan.com) +# +# $Id: Makefile,v 1.4 1998/08/20 22:06:00 obrien Exp $ +# + +DISTNAME= dnsutl.1.3 +PKGNAME= dnsutl-1.3 +CATEGORIES= net +MASTER_SITES= http://www.tip.net.au/~millerp/ \ + http://gd.tuwien.ac.at/softeng/Aegis/ + +MAINTAINER= Karl.Dietz@triplan.com + +HAS_CONFIGURE= yes +CONFIGURE_PARAM= --prefix=${PREFIX} +CONFIGURE_ENV= LIBS=-lcompat +ALL_TARGET= all sure +INSTALL_TARGET= install-bin + +MAN1= dns-bootp.1 dns-ethers.1 dns-hosts.1 dns-rev.1 \ + dns-bootprms.1 dns-filter.1 dns-ng.1 + +post-install: + cd ${WRKSRC}/man1 ; ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 + +.include -- cgit v1.2.3