freebsd-ports/dns/dns2tcp/Makefile

19 lines
416 B
Makefile
Raw Normal View History

# Created by: 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
2014-02-01 18:07:53 +01:00
PLIST_FILES= bin/dns2tcpc bin/dns2tcpd \
man/man1/dns2tcpc.1.gz \
man/man1/dns2tcpd.1.gz
.include <bsd.port.mk>