mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4d7307bda2
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
30 lines
730 B
Makefile
30 lines
730 B
Makefile
# 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>
|