blob: 88ec8eecb8e4951c248e9d71ad5e4e4da43c98f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# ex:ts=8
# Ports collection makefile for: socat
# Date created: May 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= socat
PORTVERSION= 1.3.0.0
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= A relay for bidirectional data transfer between two indep. data channels
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R}
MAN1= socat.1
.include <bsd.port.mk>
|