summaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-01 11:59:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-01 11:59:36 +0000
commit4d7307bda2149c8642a6ca1f9d23d4f14ecf5331 (patch)
tree4e0d1ad58e3552a9d237a47be92312f7208d5187 /dns/dnsutl/Makefile
parentDepend on libXpm (diff)
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
Notes
Notes: svn path=/head/; revision=15017
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r--dns/dnsutl/Makefile29
1 files changed, 29 insertions, 0 deletions
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 <bsd.port.mk>