1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/socat/Makefile
2003-02-20 19:00:52 +00:00

26 lines
544 B
Makefile

# ex:ts=8
# Ports collection makefile for: socat
# Date created: May 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= socat
PORTVERSION= 1.3.0.1
CATEGORIES= net
MASTER_SITES= http://www.dest-unreach.org/socat/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A relay for bidirectional data transfer between two indep. data channels
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R}
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS= CCOPT="${CFLAGS}"
MAN1= socat.1
.include <bsd.port.mk>