aboutsummaryrefslogtreecommitdiff
path: root/net/socat/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-14 11:20:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-14 11:20:59 +0000
commitb863056a2465a4935b769f862601a1b6face6f3e (patch)
tree7a653de0eca600d704dea5fd4b77ef18e55c0419 /net/socat/Makefile
parentb4e08114ac5ec06f7d6ab0dae99cd60bc90b3d88 (diff)
downloadports-b863056a2465a4935b769f862601a1b6face6f3e.tar.gz
ports-b863056a2465a4935b769f862601a1b6face6f3e.zip
add socat 1.0.4.2
A relay for bidirectional data transfer between two indep. data channels
Notes
Notes: svn path=/head/; revision=59075
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r--net/socat/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
new file mode 100644
index 000000000000..9f9d4c6219fb
--- /dev/null
+++ b/net/socat/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# Ports collection makefile for: socat
+# Date created: May 14, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= socat
+PORTVERSION= 1.0.4.2
+CATEGORIES= net
+MASTER_SITES= http://www.dest-unreach.org/socat/socat-1.0/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-1.0
+
+.include <bsd.port.mk>