2008-11-23 17:35:48 +01:00
|
|
|
# New ports collection makefile for: dns2tcp
|
|
|
|
# Date created: 2008-11-23
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dns2tcp
|
2010-08-23 20:31:39 +02:00
|
|
|
PORTVERSION= 0.5.2
|
2008-11-23 17:35:48 +01:00
|
|
|
CATEGORIES= dns
|
|
|
|
MASTER_SITES= http://www.hsc.fr/ressources/outils/${PORTNAME}/download/
|
|
|
|
|
2010-08-23 20:31:39 +02:00
|
|
|
MAINTAINER= sbrabez@gmail.com
|
2008-11-23 17:35:48 +01:00
|
|
|
COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2009-03-25 16:04:08 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2008-11-23 17:35:48 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/dns2tcpc bin/dns2tcpd
|
|
|
|
MAN1= dns2tcpc.1 dns2tcpd.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|