1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net/socat/Makefile

22 lines
351 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: socat
# Date created: May 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= socat
2002-06-28 11:52:51 +00:00
PORTVERSION= 1.2.0.0
CATEGORIES= net
2002-05-31 07:56:07 +00:00
MASTER_SITES= http://www.dest-unreach.org/socat/download/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
2002-06-28 11:52:51 +00:00
WRKSRC= ${WRKDIR}/${PORTNAME}-1.2
2002-05-31 07:56:07 +00:00
MAN1= socat.1
.include <bsd.port.mk>