aboutsummaryrefslogtreecommitdiffstats
path: root/net/socat/Makefile
blob: 50430b8310cad4b86a287b2bb82a1a8101cca289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# Ports collection makefile for:    socat
# Date created:         May 14, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   socat
PORTVERSION=    1.2.0.0
CATEGORIES= net
MASTER_SITES=   http://www.dest-unreach.org/socat/download/

MAINTAINER= ports@FreeBSD.org

GNU_CONFIGURE=  yes
WRKSRC=     ${WRKDIR}/${PORTNAME}-1.2

MAN1=   socat.1

.include <bsd.port.mk>