b863056a24
A relay for bidirectional data transfer between two indep. data channels
21 lines
356 B
Makefile
21 lines
356 B
Makefile
# 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>
|