summaryrefslogtreecommitdiff
path: root/dns/dns2tcp/Makefile
blob: dbcc96062b9af6a0683acc2b426ff0f971e464ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	dns2tcp
# Date created:		2008-11-23
# Whom:			Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	dns2tcp
PORTVERSION=	0.5.2
CATEGORIES=	dns
MASTER_SITES=	http://www.hsc.fr/ressources/outils/${PORTNAME}/download/

MAINTAINER=	sbz@FreeBSD.org
COMMENT=	Dns2tcp is a tool for relaying TCP connections over DNS

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/dns2tcpc bin/dns2tcpd
MAN1=		dns2tcpc.1 dns2tcpd.1

.include <bsd.port.mk>