freebsd-ports/dns/dnsutl/Makefile
Steve Price 63b2ceee1f Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn't
support a '-I' argument, instead of this

	soelim -Iman1 man1/foo.1 > tmp

I did this.

	(cd man1; soelim foo.1) > tmp

PR:		15093
Submitted by:	maintainer
1999-12-27 01:08:35 +00:00

26 lines
678 B
Makefile

# Ports collection makefile for: dnsutl
# Version required: 1.5
# Date created: Nov 05, 1998
# Whom: Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
#
# $FreeBSD$
#
DISTNAME= dnsutl-1.5
CATEGORIES= net
MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \
http://www.tip.net.au/~millerp/dnsutl/ \
http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/ \
ftp://ftp.agso.gov.au/pub/Aegis/dnsutl/
MAINTAINER= Karl.Dietz@frankfurt.netsurf.de
GNU_CONFIGURE= yes
ALL_TARGET= all sure
MAN1= dns-bootp.1 dns-bootparams.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>