aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnsproxy/Makefile
blob: 38776eb8f6b5be3758d4cee2206937e75d145df6 (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
# 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
PLIST_FILES=    sbin/dnsproxy

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${PREFIX}/sbin
    @${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>