blob: 1b12bb0a4d4643e021bd3d50fe901496966cf49f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Ports collection makefile for: dnsutl
# Version required: 1.5
# Date created: Nov 05, 1998
# Whom: Karl Dietz (Karl.Dietz@triplan.com)
#
# $Id: Makefile,v 1.1.1.1 1998/12/01 11:59:36 obrien Exp $
#
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@triplan.com
GNU_CONFIGURE= yes
ALL_TARGET= all sure
INSTALL_TARGET= install-bin
# the manpages do need a patched GNU groff 1.11a (use -I for include path)
#INSTALL_TAGERT+= install-man
#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>
|