07b2788864
Reported by: pointyhat
26 lines
583 B
Makefile
26 lines
583 B
Makefile
# Ports collection makefile for: dnsutl
|
|
# Date created: Nov 05, 1998
|
|
# Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnsutl
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= dns
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= stefan@fh-mainz.de
|
|
COMMENT= Programs to make using DNS easier
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= all sure
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
|
|
dns-conf-check.1 dns-dhcp.1 dns-ethers-import.1 \
|
|
dns-ethers.1 dns-filter.1 dns-hosts-import.1 \
|
|
dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1
|
|
|
|
.include <bsd.port.mk>
|