mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
405 B
Makefile
19 lines
405 B
Makefile
# 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
|
|
|
|
PLIST_FILES= bin/dns2tcpc bin/dns2tcpd
|
|
MAN1= dns2tcpc.1 dns2tcpd.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|