aboutsummaryrefslogtreecommitdiff
path: root/dns/dns2tcp/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-23 16:35:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-23 16:35:48 +0000
commit3767886f0805302677392614f41ced47a30d2071 (patch)
tree950b28cf7005bfcfabb99ad41a4c8283e1b68924 /dns/dns2tcp/Makefile
parent50d56fa80c1ac6869d2e05dba0c6ac55147733f4 (diff)
downloadports-3767886f0805302677392614f41ced47a30d2071.tar.gz
ports-3767886f0805302677392614f41ced47a30d2071.zip
Notes
Diffstat (limited to 'dns/dns2tcp/Makefile')
-rw-r--r--dns/dns2tcp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/dns/dns2tcp/Makefile b/dns/dns2tcp/Makefile
new file mode 100644
index 000000000000..d74c1aa4903c
--- /dev/null
+++ b/dns/dns2tcp/Makefile
@@ -0,0 +1,21 @@
+# 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= miwi@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>