1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/dns/dns2tcp/Makefile
2009-07-11 15:52:03 +00:00

23 lines
486 B
Makefile

# New ports collection makefile for: dns2tcp
# Date created: 2008-11-23
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dns2tcp
PORTVERSION= 0.4.3
CATEGORIES= dns
MASTER_SITES= http://www.hsc.fr/ressources/outils/${PORTNAME}/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/dns2tcpc bin/dns2tcpd
MAN1= dns2tcpc.1 dns2tcpd.1
.include <bsd.port.mk>