freebsd-ports/dns/dnsproxy/Makefile
Clement Laforet 04afb694e2 Add dnsproxy-1.13, a proxy for DNS queries.
The dnsproxy daemon is a proxy for DNS queries. It forwards these
queries to two previously configured nameservers: one for
authoritative queries and another for recursive queries. The
received answers are sent back to the client unchanged. No local
caching is done.

Approved by:        erwin (mentor) (implicitly)
2004-01-14 12:47:13 +00:00

24 lines
498 B
Makefile

# New ports collection makefile for: dnsproxy
# Date created: 14 January 2004
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dnsproxy
PORTVERSION= 1.13
CATEGORIES= dns
MASTER_SITES= http://www.wolfermann.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= A proxy for DNS queries
GNU_CONFIGURE= YES
MAN1= dnsproxy.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${PREFIX}/sbin
@${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>