aboutsummaryrefslogtreecommitdiff
path: root/dns/host/Makefile
blob: 1c19daad9fd52b413ecc0beea29fc5da9050cf01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	host
# Date created:				29 June 2001
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	host
PORTVERSION=	991529
CATEGORIES=	net
MASTER_SITES=	http://www.dtek.chalmers.se/~d3august/xt/ \
		ftp://ftp.nikhef.nl/pub/network/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	sobomax@FreeBSD.org

NO_WRKSUBDIR=	yes

MAN1=		host.1

.include <bsd.port.mk>