1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/dns/host/Makefile

25 lines
484 B
Makefile
Raw Normal View History

# New ports collection makefile for: host
# Date created: 29 June 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= host
PORTVERSION= 991529
CATEGORIES= dns
2003-11-03 22:15:52 +00:00
MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= An utility to query DNS servers
CONFLICTS= bind9-9.* bind9-sdb-* skalibs-*
NO_WRKSUBDIR= yes
MAN1= host.1
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/host
.include <bsd.port.mk>