freebsd-ports/dns/host/Makefile
Doug Barton 6321276ecb Update CONFLICTS:
1. To take bind95 into account
2. s/bind9-sdb-ldap/bind9-sdb-mysql/
3. Delete references to BIND 8
2008-07-04 15:43:37 +00:00

24 lines
501 B
Makefile

# New ports collection makefile for: host
# Date created: 29 June 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= host
PORTVERSION= 991529
CATEGORIES= dns
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-dlz-* bind9-sdb-ldap-* skalibs-*
NO_WRKSUBDIR= yes
MAN1= host.1
PLIST_FILES= bin/host
.include <bsd.port.mk>