aboutsummaryrefslogtreecommitdiffstats
path: root/net/socat/Makefile
blob: 92e53ff3fcbdbc2e9aa908c2026e01b2f6a468f8 (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.1.0.0
CATEGORIES= net
MASTER_SITES=   http://www.dest-unreach.org/socat/download/

MAINTAINER= ports@FreeBSD.org

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

MAN1=   socat.1

.include <bsd.port.mk>